# 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 = "validus" version = "0.3.0" authors = ["axionbuster"] include = [ "src/**/*.rs", "Cargo.toml", "README.md", "LICENSE", ] description = "A string validation library" readme = "README.md" keywords = [ "validation", "string", ] categories = ["rust-patterns"] license = "MIT" repository = "https://github.com/axionbuster/validus" [package.metadata."docs.rs"] all-features = true [dependencies.serde] version = "1.0.163" optional = true [dependencies.thiserror] version = "1.0.40" optional = true [dev-dependencies.regex] version = "1.8.3" [dev-dependencies.serde] version = "1.0.163" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.96" [dev-dependencies.thiserror] version = "1.0.40" [features] alloc = [] cow = ["alloc"] default = [ "serde", "ext", "std", ] ext = [ "std", "dep:thiserror", ] serde = [ "std", "dep:serde", ] std = ["alloc"]