[package] name = "path_to_regexp" version = "0.1.2" homepage = "https://github.com/ArekMiszcz/path-to-regexp-rust/tree/v0.1.1" authors = ["Arkadiusz Miszczyszyn "] edition = "2018" include = [ "**/*.rs", "Cargo.toml", ] description = "Turn a path string such as `/user/:name` into a regular expression" license = "MIT" [dependencies] regex = "1.1" fancy-regex = "0.1" log = "0.4" pretty_env_logger = "0.3.0"