# 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 = "stringmatch" version = "0.4.0" authors = ["Steve Pryde "] description = "Allow the use of regular expressions or strings wherever you need string comparison" homepage = "https://github.com/stevepryde/stringmatch" documentation = "https://docs.rs/stringmatch" readme = "README.md" keywords = [ "string", "comparison", "match", "regex", "compare", ] categories = [ "text-processing", "rust-patterns", "algorithms", ] license = "MIT" repository = "https://github.com/stevepryde/stringmatch" resolver = "2" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.serde_json] version = "1" [features] default = [] serde_derive = ["serde"]