packageurl 0.2.0

Rust implementation of the package url specification
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "packageurl"
version = "0.2.0"
authors = ["Martin Larralde <martin.larralde@ens-paris-saclay.fr>"]
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"
[dependencies.error-chain]
version = "^0.7.1"

[dependencies.memchr]
version = "^2.0.0"
optional = true

[dependencies.percent-encoding]
version = "^1.0.0"
[dev-dependencies.lazy_static]
version = "^1.0.0"

[dev-dependencies.serde]
version = "^1.0.37"

[dev-dependencies.serde_derive]
version = "^1.0.37"

[dev-dependencies.serde_json]
version = "^1.0.13"

[dev-dependencies.url]
version = "^1.7.0"
[badges.codecov]
repository = "althonos/packageurl-rs"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "althonos/packageurl-rs"