[package] name = "ommui_string_patterns" version = "0.1.2" authors = ["Wolfgang Silbermayr "] description = "String pattern checkers for OMMUI identifiers" homepage = "https://gitlab.com/ommui/ommui_string_patterns" repository = "https://gitlab.com/ommui/ommui_string_patterns" documentation = "https://docs.rs/ommui_string_patterns" license = "AGPL-3.0" [dependencies] lazy_static = "1" regex = "1" serde = "1" [dev-dependencies] serde_derive = "1" serde_json = "1"