# 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_trim" version = "1.1.0" authors = ["baoyachi "] description = "serde deserialize_with String trim.Supports multiple std::collections types" readme = "README.md" keywords = [ "serde", "serde_trim", "deserialize_trim", "deserialize_with", "serde_json", ] categories = ["encoding"] license = "MIT AND Apache-2.0" repository = "https://github.com/baoyachi/serde_trim" [lib] path = "lib.rs" [dependencies.serde] version = "1" features = ["derive"] [dependencies.trim-in-place] version = "0.1.7" [dev-dependencies.serde_json] version = "1"