try-macro 0.2.0

Replace `?` with custom `Try::branch` in the macro
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"
name = "try-macro"
version = "0.2.0"
authors = ["A4-Tacks <wdsjxhno1001@163.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Replace `?` with custom `Try::branch` in the macro"
readme = "README.md"
keywords = [
    "try",
    "residual",
    "try_trait",
    "question",
    "feature",
]
categories = [
    "no-std",
    "no-std::no-alloc",
]
license = "MIT"
repository = "https://github.com/A4-Tacks/try-macro-rs"

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

[[test]]
name = "test"
path = "tests/test.rs"

[dependencies.stable_try_trait_v2]
version = ">= 1.75, <=1.86"

[dependencies.try-macro-proc_macro]
version = "0.1.0"