# 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 = "validr" version = "0.3.1" authors = ["Tibor Hudik "] description = "Validate and modify Deserialize request body data." homepage = "https://www.barrage.net" keywords = [ "validation", "modifiers", "validator", "request", "api", ] license = "MIT" repository = "https://github.com/barrage/validr" [dependencies.actix-web] version = "^4" default-features = false [dependencies.card-validate] version = "2.2.2" [dependencies.futures-util] version = "^0.3.5" [dependencies.idna] version = "0.2.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.phonenumber] version = "0.3.1" [dependencies.regex] version = "1.5.5" [dependencies.serde] version = "1.0.118" features = ["serde_derive"] [dependencies.serde_json] version = "1.0.60" [dependencies.unic-ucd-common] version = "0.9.0" [dependencies.url] version = "2.2.2"