# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.60" name = "oxiri" version = "0.2.8" authors = ["Tpt "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Simple and fast implementation of IRI validation and relative IRI resolution """ documentation = "https://docs.rs/oxiri" readme = "README.md" keywords = ["IRI"] license = "MIT OR Apache-2.0" repository = "https://github.com/oxigraph/oxiri" [package.metadata.docs.rs] all-features = true [lib] name = "oxiri" path = "src/lib.rs" [[test]] name = "lib" path = "tests/lib.rs" [[bench]] name = "lib" path = "benches/lib.rs" harness = false [dependencies.serde] version = "1.0.166" optional = true [dev-dependencies.clap] version = "4" [dev-dependencies.codspeed-criterion-compat] version = "2.3.3" [dev-dependencies.serde_test] version = "1"