[[bench]]
harness = false
name = "lib"
path = "benches/lib.rs"
[dependencies.serde]
optional = true
version = "1.0.166"
[dev-dependencies.clap]
version = "4"
[dev-dependencies.codspeed-criterion-compat]
version = "2.3.3"
[dev-dependencies.serde_test]
version = "1"
[lib]
name = "oxiri"
path = "src/lib.rs"
[package]
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = """
Simple and fast implementation of IRI validation and relative IRI resolution
"""
documentation = "https://docs.rs/oxiri"
edition = "2021"
keywords = ["IRI"]
license = "MIT OR Apache-2.0"
name = "oxiri"
readme = "README.md"
repository = "https://github.com/oxigraph/oxiri"
rust-version = "1.60"
version = "0.2.8"
[package.metadata.docs.rs]
all-features = true
[[test]]
name = "lib"
path = "tests/lib.rs"