try_v2 0.8.1

Provides a derive macro & helper traits for `Try`
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
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.1"
dependencies = [
 "autocfg",
 "ninja-build_rs",
 "try_v2_derive",
 "try_v2_traits",
]

[[package]]
name = "try_v2_derive"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f50fa13bcb0ebe872232abba38f9cf7099f2d237a561294a0b7c142aea2d12f"
dependencies = [
 "autocfg",
 "ninja-build_rs",
 "proc-macro2",
 "proc_macro2_diagnostic",
 "quote",
 "syn",
]

[[package]]
name = "try_v2_traits"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a6fc6f36a61b586a01614f5ebc331f39a2b7aa02bfc17a8296e65e86688066d"
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"