try_v2 0.8.1

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.85.1"
name = "try_v2"
version = "0.8.1"
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"

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

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

[dev-dependencies]

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

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