Nix/nix-rust/Cargo.lock

85 lines
3.6 KiB
Plaintext
Raw Normal View History

2019-11-26 22:46:36 +01:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2019-03-27 14:12:20 +01:00
[[package]]
name = "cfg-if"
2019-11-26 22:46:36 +01:00
version = "0.1.10"
2019-03-27 14:12:20 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "filetime"
2019-11-26 22:46:36 +01:00
version = "0.2.8"
2019-03-27 14:12:20 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-11-26 22:46:36 +01:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-04 17:06:38 +02:00
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-26 22:46:36 +01:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-03-27 14:12:20 +01:00
]
[[package]]
name = "libc"
2019-11-26 22:46:36 +01:00
version = "0.2.65"
2019-03-27 14:12:20 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "nix-rust"
version = "0.1.0"
dependencies = [
2019-11-26 22:46:36 +01:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-04 17:06:38 +02:00
"tar 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)",
2019-03-27 14:12:20 +01:00
]
[[package]]
name = "redox_syscall"
2019-07-04 17:06:38 +02:00
version = "0.1.56"
2019-03-27 14:12:20 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "tar"
2019-07-04 17:06:38 +02:00
version = "0.4.26"
2019-03-27 14:12:20 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-11-26 22:46:36 +01:00
"filetime 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-04 17:06:38 +02:00
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
2019-03-27 14:12:20 +01:00
"xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-07-04 17:06:38 +02:00
[[package]]
name = "winapi"
2019-11-26 22:46:36 +01:00
version = "0.3.8"
2019-07-04 17:06:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-03-27 14:12:20 +01:00
[[package]]
name = "xattr"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-11-26 22:46:36 +01:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2019-03-27 14:12:20 +01:00
]
[metadata]
2019-11-26 22:46:36 +01:00
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
"checksum filetime 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1ff6d4dab0aa0c8e6346d46052e93b13a16cf847b54ed357087c35011048cc7d"
"checksum libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)" = "1a31a0627fdf1f6a39ec0dd577e101440b7db22672c0901fe00a9a6fbb5c24e8"
2019-07-04 17:06:38 +02:00
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
"checksum tar 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)" = "b3196bfbffbba3e57481b6ea32249fbaf590396a52505a2615adbb79d9d826d3"
2019-11-26 22:46:36 +01:00
"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
2019-07-04 17:06:38 +02:00
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2019-03-27 14:12:20 +01:00
"checksum xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"