[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"