[package] name = "auto-regex" version = "0.1.3" edition = "2021" description = "Automagically finds a regex that best matches an example and a sample list." license = "MIT" repository = "https://github.com/Inspirateur/auto-regex" keywords = ["string", "text", "regex", "filter", "dataset"] [dependencies] lazy_static = "1.5" difflib = "0.4" regex = "1.10"