[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
default-features = false
features = ["full", "parsing", "printing", "fold", "clone-impls", "proc-macro"]
version = "2.0"
[dev-dependencies.env_logger]
version = "0.10"
[dev-dependencies.futures-executor]
version = "0.3"
[dev-dependencies.log]
version = "0.4"
[dev-dependencies.trybuild]
version = "1.0"
[lib]
proc-macro = true
[package]
authors = ["naturecodevoid"]
description = "A procedural macro to wrap a function in match statement to make error logging super easy."
documentation = "https://docs.rs/wrap-match"
edition = "2021"
homepage = "https://github.com/naturecodevoid/wrap-match"
license = "MIT"
name = "wrap-match"
readme = "README.md"
repository = "https://github.com/naturecodevoid/wrap-match"
version = "1.0.0"