# 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" name = "serde-this-or-that" version = "0.4.2" authors = ["Ritvik Nag "] exclude = [ ".github/", ".gitignore", "benches/", "examples/", ] description = "Custom deserialization for fields that can be specified as multiple types." documentation = "https://docs.rs/serde-this-or-that" readme = "README.md" keywords = [ "serde", "this-or-that", "deserialization", "visitor", "multiple-type", ] categories = ["encoding"] license = "MIT" repository = "https://github.com/rnag/serde-this-or-that" [package.metadata.docs.rs] all-features = true targets = ["x86_64-unknown-linux-gnu"] [[bench]] name = "as_u64" path = "benches/as_u64.rs" harness = false [[bench]] name = "as_bool" path = "benches/as_bool.rs" harness = false [[bench]] name = "serde_with" path = "benches/serde_with.rs" harness = false [dependencies.serde] version = "1.0.136" [dev-dependencies.criterion] version = "0.3.5" features = ["html_reports"] [dev-dependencies.log] version = "^0.4" [dev-dependencies.sensible-env-logger] version = "0.2.0" [dev-dependencies.serde] version = "^1" features = ["derive"] [dev-dependencies.serde_json] version = "^1" [dev-dependencies.serde_with] version = "1.12.1" [dev-dependencies.version-sync] version = "0.9.4" [features] default = [] derive = ["serde/derive"]