[package] name = "nonparallelex" version = "0.2.0" authors = ["Danilo Bargen ", "MOZGIII "] documentation = "https://docs.rs/nonparallelex/" repository = "https://github.com/MOZGIII/nonparallelex/" license = "MIT OR Apache-2.0" description = "Rust macro for ensuring non-parallel execution of functions, extended Fork of `nonparallel`." readme = "README.md" keywords = ["parallel", "concurrent", "lock", "macro", "testing"] include = [ "**/*.rs", "Cargo.toml", "README.md", "CHANGELOG.md", "LICENSE-MIT", "LICENSE-APACHE", ] edition = "2021" [lib] proc-macro = true [dependencies] syn = { version = "1", features = ["full"] } quote = "1" [dev-dependencies] tokio = { version = "1", features = ["macros", "rt-multi-thread", "sync", "parking_lot"] }