# 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" rust-version = "1.61" name = "validators-options" version = "0.24.4" authors = ["Magic Len "] include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] description = "This crate provides options used with the `validators-derive` crate and the `validators` crate." homepage = "https://magiclen.org/validators" readme = "README.md" keywords = [ "validator", "validation", "user", ] categories = [ "no-std", "value-formatting", ] license = "MIT" repository = "https://github.com/magiclen/validators" [dependencies.educe] version = "0.4" [dependencies.enum-ordinalize] version = "3.1"