68 lines
1.7 KiB
Text
68 lines
1.7 KiB
Text
|
# This file is automatically @generated by Cargo.
|
||
|
# It is not intended for manual editing.
|
||
|
version = 3
|
||
|
|
||
|
[[package]]
|
||
|
name = "lazy_static"
|
||
|
version = "1.4.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
||
|
|
||
|
[[package]]
|
||
|
name = "libc"
|
||
|
version = "0.2.151"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4"
|
||
|
|
||
|
[[package]]
|
||
|
name = "libnss"
|
||
|
version = "0.4.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "48b67ef5ebef2a035ac8106c9b71176b6246be2a580ff4ee94bb80919e55b34c"
|
||
|
dependencies = [
|
||
|
"lazy_static",
|
||
|
"libc",
|
||
|
"paste 0.1.18",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "paste"
|
||
|
version = "0.1.18"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880"
|
||
|
dependencies = [
|
||
|
"paste-impl",
|
||
|
"proc-macro-hack",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "paste"
|
||
|
version = "1.0.14"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
|
||
|
|
||
|
[[package]]
|
||
|
name = "paste-impl"
|
||
|
version = "0.1.18"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6"
|
||
|
dependencies = [
|
||
|
"proc-macro-hack",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "proc-macro-hack"
|
||
|
version = "0.5.20+deprecated"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
|
||
|
|
||
|
[[package]]
|
||
|
name = "xhosts"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"lazy_static",
|
||
|
"libc",
|
||
|
"libnss",
|
||
|
"paste 1.0.14",
|
||
|
]
|