[dependencies.proc-macro2]
version = "1.0.75"
[dependencies.quote]
version = "1.0.35"
[dependencies.syn]
features = ["full", "visit-mut"]
version = "2.0.48"
[lib]
doctest = false
name = "bang_notation"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Aleksei Volkov"]
description = "!-notation for Rust"
edition = "2021"
exclude = [".github"]
keywords = ["monads", "functional"]
license = "Apache-2.0"
name = "bang_notation"
readme = "README.md"
repository = "https://github.com/AlgebraicWolf/rust-bang-notation"
version = "1.0.0"