version = 4
[[package]]
name = "autocfg"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
[[package]]
name = "ninja-build_rs"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4e4803fa657e97ec8ef1789b667f7ff0cb65f0ad1a502b4fb4f9491dea4d6ea"
dependencies = [
"autocfg",
]
[[package]]
name = "proc-macro2"
version = "1.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
dependencies = [
"unicode-ident",
]
[[package]]
name = "proc_macro2_diagnostic"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a91999c599cf46c7b17a4bce5cfdf2aa8197fd53eef6b1aba0c2849b063a9b0"
dependencies = [
"autocfg",
"ninja-build_rs",
"proc-macro2",
"syn",
"try_v2_traits",
]
[[package]]
name = "quote"
version = "1.0.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
dependencies = [
"proc-macro2",
]
[[package]]
name = "syn"
version = "2.0.118"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "try_v2"
version = "0.8.2"
dependencies = [
"autocfg",
"ninja-build_rs",
"try_v2_derive",
"try_v2_traits",
]
[[package]]
name = "try_v2_derive"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b64edd76412d03149a4a4402fbe91a91efde74d47adc93e38be523625c0d8827"
dependencies = [
"autocfg",
"ninja-build_rs",
"proc-macro2",
"proc_macro2_diagnostic",
"quote",
"syn",
]
[[package]]
name = "try_v2_traits"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29330520c46c1e1f0d03cef0e64adbb71d57dab06df1cc776a4ab1b4201fff9c"
dependencies = [
"autocfg",
"ninja-build_rs",
]
[[package]]
name = "unicode-ident"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"