monostate-impl 0.1.13

Implementation detail of the monostate crate
Documentation
[dependencies.proc-macro2]
version = "1.0.80"

[dependencies.quote]
version = "1.0.35"

[dependencies.syn]
default-features = false
features = ["parsing", "proc-macro"]
version = "2.0.59"

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

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Implementation detail of the monostate crate"
edition = "2021"
exclude = ["build.rs"]
license = "MIT OR Apache-2.0"
name = "monostate-impl"
readme = false
repository = "https://github.com/dtolnay/monostate"
rust-version = "1.60"
version = "0.1.13"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]