# 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 = "avocado-schema" version = "0.8.0" publish = true description = "A schema DSL which can be interpreted to implement multiple purposes" readme = "README.md" keywords = [ "schema", "validation", "reflect", "reflection", ] license = "MIT" repository = "https://github.com/zwnormal/avocado-schema/" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4.31" [dependencies.chrono-tz] version = "0.8.3" [dependencies.email-address-parser] version = "2.0.0" [dependencies.regex] version = "1.9.5" features = [] [dependencies.secrecy] version = "0.8.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.unicode-segmentation] version = "1.10.1" [dependencies.uuid] version = "1.4" features = [ "v4", "fast-rng", "macro-diagnostics", ]