rfc2396 1.0.3

A library for validating strings as RFC2396-compliant URIs
Documentation
[package]
name = "rfc2396"
description = "A library for validating strings as RFC2396-compliant URIs"
version = "1.0.3"
authors = ["Joel Smith <j.d.smith@outlook.com.au>"]
edition = "2018"
license = "MIT"
repository = "https://gitlab.com/Kage-Yami/rfc2396-rust"
readme = "README.md"
keywords = ["rfc2396", "uri", "lib", "parser", "validator"]
categories = ["parsing"]

include = ["build/*", "resources/*", "src/*", "tests/*", "Cargo.toml", "CHANGELOG.md", "LICENSE", "README.md"]
build = "build/main.rs"

[dependencies]
anyhow = "1.0.36"
nom = "6.0.1"

[build-dependencies]
anyhow = "1.0.36"

[dev-dependencies]
version-sync = "0.9.1"

[profile.release]
lto = true