# 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 = "human_regex" version = "0.3.0" authors = ["Chris McComb "] description = "A regex library for humans" homepage = "https://github.com/cmccomb/human_regex" documentation = "https://docs.rs/human_regex" readme = "README.md" keywords = [ "regex", "human-readable", ] categories = [ "text-processing", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/cmccomb/human_regex" resolver = "2" [dependencies.regex] version = "1.7.1" [dev-dependencies.stop-words] version = "0.7.0"