# 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 = "verify_string" version = "0.1.3" authors = ["poohpooher "] description = "A library for verifying strings." documentation = "https://docs.rs/verify_string/latest/verify_string/" readme = "README.md" license = "MIT" repository = "https://github.com/poohpooher/verify_string" [lib] crate-type = ["lib"] [dependencies.anyhow] version = "1.0.81" [dependencies.derive_builder] version = "0.20.0" [dependencies.dyn-clone] version = "1.0.17" [dependencies.log] version = "0.4.21" [dependencies.regex] version = "1.10.4" [dev-dependencies.rand] version = "0.8.5"