Vendor dependencies for 0.3.0 release

This commit is contained in:
2025-09-27 10:29:08 -05:00
parent 0c8d39d483
commit 82ab7f317b
26803 changed files with 16134934 additions and 0 deletions

78
vendor/gethostname/Cargo.toml vendored Normal file
View File

@@ -0,0 +1,78 @@
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2021"
rust-version = "1.68"
name = "gethostname"
version = "1.0.2"
authors = ["Sebastian Wiesner <sebastian@swsnr.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "gethostname for all platforms"
homepage = "https://codeberg.org/swsnr/gethostname.rs"
documentation = "https://docs.rs/gethostname"
readme = "README.md"
keywords = [
"gethostname",
"DNS",
"hostname",
]
categories = [
"os",
"api-bindings",
]
license = "Apache-2.0"
repository = "https://codeberg.org/swsnr/gethostname.rs.git"
[package.metadata.release]
pre-release-commit-message = "Release {{version}}"
tag-message = "Version {{tag_name}}"
tag-prefix = ""
[[package.metadata.release.pre-release-replacements]]
exactly = 1
file = "CHANGELOG.md"
replace = """
## [Unreleased]
## [{{version}}] {{date}}"""
search = '## \[Unreleased\]'
[[package.metadata.release.pre-release-replacements]]
exactly = 1
file = "CHANGELOG.md"
replace = "{{tag_name}}"
search = "HEAD"
[[package.metadata.release.pre-release-replacements]]
exactly = 1
file = "CHANGELOG.md"
replace = """
[Unreleased]: https://codeberg.org/swsnr/gethostname.rs/compare/{{tag_name}}...HEAD
[{{version}}]: """
search = '\[Unreleased\]: '
[lib]
name = "gethostname"
path = "src/lib.rs"
[target."cfg(not(windows))".dependencies.rustix]
version = "1.0.3"
features = ["system"]
default-features = false
[target."cfg(windows)".dependencies.windows-targets]
version = "0.52.4"