rfc6570-level-2 0.1.0

A library for validating and processing strings as RFC6570-compliant URIs (up to level 2)
Documentation
[package]
name = "rfc6570-level-2"
description = "A library for validating and processing strings as RFC6570-compliant URIs (up to level 2)"
version = "0.1.0"
authors = ["Joel Smith <j.d.smith@outlook.com.au>"]
edition = "2018"
license = "MIT"
repository = "https://gitlab.com/Kage-Yami/rfc6570-level-2-rust"
readme = "README.md"
keywords = ["rfc6570", "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.38"
itertools = "0.10.0"
nom = "6.0.1"
percent-encoding = "2.1.0"

[build-dependencies]
anyhow = "1.0.38"
serde = { version = "1.0.120", features = ["derive"] }
serde_json = "1.0.61"

[dev-dependencies]

[profile.release]
lto = true