nix-uri 0.1.5

Parse and manipulate the nix-uri scheme to and from flakerefs.
Documentation
[[bench]]
harness = false
name = "bench"
[dependencies.nom]
version = "7.1.3"

[dependencies.serde]
features = ["derive"]
version = "1.0.193"

[dependencies.thiserror]
version = "1.0.50"

[dependencies.tracing]
optional = true
version = "0.1.40"

[dependencies.url]
version = "2.5.0"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5.1"

[features]
default = []
tracing = ["dep:tracing"]

[package]
authors = ["Alexander Kenji Berthold"]
autoexamples = true
description = "Parse and manipulate the nix-uri scheme to and from flakerefs."
documentation = "https://docs.rs/crate/nix-uri/latest"
edition = "2021"
homepage = "https://github.com/a-kenji/nix-uri"
include = ["src/**/*", "LICENSE", "README.md", "benches/*"]
keywords = ["nix", "flakes", "uri", "url", "flakeref"]
license = "MIT"
name = "nix-uri"
readme = "README.md"
repository = "https://github.com/a-kenji/nix-uri"
rust-version = "1.67.0"
version = "0.1.5"
[profile.fuzz]
debug = 1
inherits = "release"