# 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 = "2018" name = "packageurl" version = "0.4.1" authors = [ "Martin Larralde ", "Jens Reimann ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust implementation of the package url specification" documentation = "https://docs.rs/packageurl" readme = "README.md" keywords = [ "purl", "package-url", ] categories = [ "parser-implementations", "encoding", "development-tools", ] license = "MIT" repository = "https://github.com/althonos/packageurl-rs" [lib] name = "packageurl" path = "src/lib.rs" [[test]] name = "lib" path = "tests/lib.rs" [[bench]] name = "bench" path = "benches/bench.rs" [dependencies.memchr] version = "2.4.0" optional = true [dependencies.packageurl_0_3] version = "0.3.0" optional = true package = "packageurl" [dependencies.percent-encoding] version = "2.1.0" [dependencies.serde] version = "1.0.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.0" [dev-dependencies.lazy_static] version = "^1.0.0" [dev-dependencies.rstest] version = "0.22.0" [dev-dependencies.serde] version = "1.0.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.13" [dev-dependencies.url] version = "2" [features] default = [] v0_3 = []