try_v2 0.9.2

Provides a derive macro & helper traits for `Try`
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.93.1"
name = "try_v2"
version = "0.9.2"
authors = ["Mike Foster <https://github.com/MusicalNinjaDad>"]
build = "build.rs"
exclude = [
    ".github",
    ".devcontainer",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provides a derive macro & helper traits for `Try`"
homepage = "https://github.com/MusicalNinjaDad/try_v2"
readme = "README.md"
keywords = [
    "derive",
    "Try",
    "try_trait_v2",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/MusicalNinjaDad/try_v2"

[features]
default = [
    "derive",
    "traits",
]
derive = ["dep:try_v2_derive"]
traits = ["dep:try_v2_traits"]

[lib]
name = "try_v2"
path = "src/lib.rs"

[[example]]
name = "BangMatching"
path = "examples/BangMatching.rs"

[[example]]
name = "Nested_NoTry"
path = "examples/Nested_NoTry.rs"

[[example]]
name = "Nested_Try"
path = "examples/Nested_Try.rs"

[[example]]
name = "TraitExt_NoTry"
path = "examples/TraitExt_NoTry.rs"

[[example]]
name = "TraitExt_Try"
path = "examples/TraitExt_Try.rs"

[[example]]
name = "Transpose"
path = "examples/Transpose.rs"

[[example]]
name = "TryFrom2"
path = "examples/TryFrom2.rs"

[[example]]
name = "Unwrap"
path = "examples/Unwrap.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "basic_expanded"
path = "examples/basic_expanded.rs"

[[example]]
name = "chaining"
path = "examples/chaining.rs"

[[example]]
name = "clear_ready"
path = "examples/clear_ready.rs"

[[example]]
name = "doubleQ"
path = "examples/doubleQ.rs"

[[example]]
name = "nested_residual"
path = "examples/nested_residual.rs"

[[example]]
name = "poll_option"
path = "examples/poll_option.rs"

[[example]]
name = "signatures"
path = "examples/signatures.rs"

[[example]]
name = "try_fold_poll"
path = "examples/try_fold_poll.rs"

[dependencies.try_v2_derive]
version = "0.9.2"
optional = true

[dependencies.try_v2_traits]
version = "0.9.2"
optional = true

[dev-dependencies.log]
version = "0.4.29"

[build-dependencies.autocfg]
version = "1.5.1"

[build-dependencies.ninja-build_rs]
version = "0.2.1"