# 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" name = "sanitizer" version = "0.1.6" authors = ["weegee "] description = "A collection of methods and macros to sanitize struct fields" keywords = ["sanitizer", "validate", "trim", "e164", "case"] categories = ["text-processing", "value-formatting"] license = "MIT" [dependencies.heck] version = "0.3.2" [dependencies.num-traits] version = "0.2" [dependencies.paste] version = "1.0" [dependencies.phonenumber] version = "0.3.1" [dependencies.sanitizer_macros] version = "0.2.2" optional = true [features] default = ["derive"] derive = ["sanitizer_macros"]