# 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.61" name = "serde-untagged" version = "0.1.6" authors = ["David Tolnay "] build = false autobins = false autoexamples = false autotests = false autobenches = false 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] name = "serde_untagged" path = "src/lib.rs" doc-scrape-examples = false [[test]] name = "test" path = "tests/test.rs" [dependencies.erased-serde] version = "0.4.2" features = ["alloc"] default-features = false [dependencies.serde] version = "1.0.194" features = ["alloc"] default-features = false [dependencies.typeid] version = "1" [dev-dependencies.serde_derive] version = "1.0.194" [dev-dependencies.serde_json] version = "1.0.110" [dev-dependencies.toml] version = "0.8"