nonparallel 0.1.0

Rust macro for ensuring non-parallel execution of functions.
Documentation
[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full"]
version = "1"
[dev-dependencies.lazy_static]
version = "1"

[lib]
proc-macro = true

[package]
authors = ["Danilo Bargen <mail@dbrgn.ch>"]
description = "Rust macro for ensuring non-parallel execution of functions."
documentation = "https://docs.rs/nonparallel/"
edition = "2018"
include = ["**/*.rs", "Cargo.toml", "README.md", "CHANGELOG.md", "LICENSE-MIT", "LICENSE-APACHE"]
keywords = ["parallel", "concurrent", "lock", "macro", "testing"]
license = "MIT OR Apache-2.0"
name = "nonparallel"
readme = "README.md"
repository = "https://github.com/dbrgn/nonparallel/"
version = "0.1.0"