monostate 0.1.13

Type that deserializes only from one specific value
Documentation
[[test]]
name = "test"
path = "tests/test.rs"
[dependencies.monostate-impl]
version = "=0.1.13"

[dependencies.serde]
default-features = false
version = "1.0.166"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0.166"

[dev-dependencies.serde_json]
version = "1.0.99"

[lib]
doc-scrape-examples = false
name = "monostate"
path = "src/lib.rs"

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["encoding", "rust-patterns", "no-std", "no-std::no-alloc"]
description = "Type that deserializes only from one specific value"
documentation = "https://docs.rs/monostate"
edition = "2021"
keywords = ["serde", "serialization"]
license = "MIT OR Apache-2.0"
name = "monostate"
readme = "README.md"
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"]