# 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 = "2018" rust-version = "1.56.1" name = "detrim" version = "0.1.3" authors = ["Rob Ede "] description = "String deserializers customization for serde" readme = "README.md" keywords = [ "deserialization", "utilities", "serde", ] categories = [ "encoding", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/x52dev/detrim" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.serde] version = "1" features = ["alloc"] default-features = false [dev-dependencies.serde] version = "1" features = [ "std", "derive", ] [dev-dependencies.serde_json] version = "1" [features] default = ["std"] std = [] [lints.rust] future_incompatible = "deny" nonstandard_style = "deny" rust_2018_idioms = "deny" [lints.rust.missing_docs] level = "warn" priority = -1