2021-04-06 19:16:53 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2023-06-26 21:24:39 +02:00
|
|
|
version = 3
|
|
|
|
|
2021-04-08 05:20:14 +02:00
|
|
|
[[package]]
|
2023-06-26 21:24:39 +02:00
|
|
|
name = "argh"
|
|
|
|
version = "0.1.10"
|
2021-04-08 05:20:14 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 21:24:39 +02:00
|
|
|
checksum = "ab257697eb9496bf75526f0217b5ed64636a9cfafa78b8365c71bd283fcef93e"
|
2021-04-08 05:20:14 +02:00
|
|
|
dependencies = [
|
2023-06-26 21:24:39 +02:00
|
|
|
"argh_derive",
|
|
|
|
"argh_shared",
|
2021-04-08 05:20:14 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-06-26 21:24:39 +02:00
|
|
|
name = "argh_derive"
|
|
|
|
version = "0.1.10"
|
2021-04-08 05:20:14 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 21:24:39 +02:00
|
|
|
checksum = "b382dbd3288e053331f03399e1db106c9fb0d8562ad62cb04859ae926f324fa6"
|
2021-04-08 05:20:14 +02:00
|
|
|
dependencies = [
|
2023-06-26 21:24:39 +02:00
|
|
|
"argh_shared",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-04-08 05:20:14 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-06-26 21:24:39 +02:00
|
|
|
name = "argh_shared"
|
|
|
|
version = "0.1.10"
|
2021-04-08 05:20:14 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 21:24:39 +02:00
|
|
|
checksum = "64cb94155d965e3d37ffbbe7cc5b82c3dd79dd33bd48e536f73d2cfb8d85506f"
|
2021-04-08 05:20:14 +02:00
|
|
|
|
|
|
|
[[package]]
|
2023-06-26 21:24:39 +02:00
|
|
|
name = "proc-macro2"
|
|
|
|
version = "1.0.63"
|
2021-04-08 05:20:14 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 21:24:39 +02:00
|
|
|
checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
|
2021-04-08 05:20:14 +02:00
|
|
|
dependencies = [
|
2023-06-26 21:24:39 +02:00
|
|
|
"unicode-ident",
|
2021-04-08 05:20:14 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-06-26 21:24:39 +02:00
|
|
|
name = "quote"
|
|
|
|
version = "1.0.28"
|
2021-04-08 05:20:14 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 21:24:39 +02:00
|
|
|
checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
|
2021-04-08 05:20:14 +02:00
|
|
|
dependencies = [
|
2023-06-26 21:24:39 +02:00
|
|
|
"proc-macro2",
|
2021-04-08 05:20:14 +02:00
|
|
|
]
|
|
|
|
|
2021-04-10 18:12:49 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rust-nix-template"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2023-06-26 21:24:39 +02:00
|
|
|
"argh",
|
2021-04-10 18:12:49 +02:00
|
|
|
]
|
|
|
|
|
2021-04-08 05:20:14 +02:00
|
|
|
[[package]]
|
2023-06-26 21:24:39 +02:00
|
|
|
name = "syn"
|
|
|
|
version = "1.0.109"
|
2021-04-08 05:20:14 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 21:24:39 +02:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2021-04-08 05:20:14 +02:00
|
|
|
dependencies = [
|
2023-06-26 21:24:39 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
2021-04-08 05:20:14 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-06-26 21:24:39 +02:00
|
|
|
name = "unicode-ident"
|
|
|
|
version = "1.0.9"
|
2021-04-08 05:20:14 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 21:24:39 +02:00
|
|
|
checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
|