# 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 = "preprocess" version = "0.5.7" authors = ["Rakshith Ravi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Preprocesses a struct with built-in preprocessors" homepage = "https://docs.rs/preprocess" documentation = "https://docs.rs/preprocess" readme = "README.md" keywords = [ "preprocess", "validation", "api", "test", "process", ] license = "MIT" repository = "https://github.com/patr-cloud/preprocess" [lib] name = "preprocess" path = "src/lib.rs" [dependencies.dashmap] version = "6" features = [] default-features = false [dependencies.idna] version = "1" features = ["default"] default-features = false [dependencies.preprocess-macro] version = "=0.5.7" features = [] [dependencies.regex] version = "1" features = ["default"] default-features = false [dependencies.url] version = "2" features = ["default"] default-features = false