test-try-macros 0.1.0

An alternative to Rust's `#[test]` macro for writing unit tests.
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full"]
version = "2"

[lib]
name = "test_try_macros"
path = "src/lib.rs"
proc-macro = true

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"

[lints.rust.future_incompatible]
level = "deny"
priority = -1

[lints.rust.nonstandard_style]
level = "deny"
priority = -1

[lints.rust.rust_2018_idioms]
level = "deny"
priority = -1

[package]
authors = ["Asger Juul Brunshøj"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "An alternative to Rust's `#[test]` macro for writing unit tests."
documentation = "https://docs.rs/test-try"
edition = "2021"
homepage = "https://github.com/plul/test-try"
license = "MIT OR Apache-2.0"
name = "test-try-macros"
publish = true
readme = "README.md"
repository = "https://github.com/plul/test-try"
version = "0.1.0"