version = 4
[[package]]
name = "autocfg"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
[[package]]
name = "log"
version = "0.4.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
[[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 = "ninja-build_rs"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fce12120dc2a9d140b9b9651a67c1916b82def36df5b2a9ed737f476ed0de2d2"
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.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06a75b17bb82a6fea207c44a00063d8ad1cd286d8b1fec07de7120506035c2b0"
dependencies = [
"autocfg",
"ninja-build_rs 0.2.0",
"proc-macro2",
"syn",
"try_v2_traits 0.8.2",
]
[[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.9.0"
dependencies = [
"autocfg",
"log",
"ninja-build_rs 0.2.0",
"try_v2_derive",
"try_v2_traits 0.9.0",
]
[[package]]
name = "try_v2_derive"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90423d2aae3e4b11e5b7032cb647ef2775fc40906c7408009b3b4271f071568c"
dependencies = [
"autocfg",
"ninja-build_rs 0.2.0",
"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 0.1.2",
]
[[package]]
name = "try_v2_traits"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ab220147388c5172a35f05ea96b9788d5d090d58894863d53476be9ef56b2b5"
dependencies = [
"autocfg",
"ninja-build_rs 0.2.0",
]
[[package]]
name = "unicode-ident"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"