[package] name = "rfc2396" description = "A library for validating strings as RFC2396-compliant URIs" version = "1.1.0" authors = ["Joel Smith "] edition = "2018" license = "MIT" repository = "https://gitlab.com/Kage-Yami/rfc2396-rust" readme = "README.md" keywords = ["rfc2396", "uri", "lib", "parser", "validator"] categories = ["parsing"] include = ["src/*", "tests/*", "Cargo.toml", "CHANGELOG.md", "LICENSE", "README.md"] [dependencies] anyhow = "1.0.38" nom = "6.1.0" [build-dependencies] [dev-dependencies] anyhow = "1.0.38" [profile.release] lto = true