blob: ba5a3da93a435180a08aedffca3943aa46f7a6f6 [file] [log] [blame]
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2021"
rust-version = "1.56"
name = "serde-untagged"
version = "0.1.4"
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Serde `Visitor` implementation for deserializing untagged enums"
documentation = "https://docs.rs/serde-untagged"
readme = "README.md"
keywords = [
"serde",
"untagged",
]
categories = [
"encoding",
"no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dtolnay/serde-untagged"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]
[lib]
doc-scrape-examples = false
[dependencies.erased-serde]
version = "0.4"
features = ["alloc"]
default-features = false
[dependencies.serde]
version = "1"
features = ["alloc"]
default-features = false
[dev-dependencies.serde_derive]
version = "1"
[dev-dependencies.serde_json]
version = "1"
[dev-dependencies.toml]
version = "0.8"