1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies 7# 8# If you believe there's an error in this file please file an 9# issue against the rust-lang/cargo repository. If you're 10# editing this file be aware that the upstream Cargo.toml 11# will likely look very different (and much more reasonable) 12 13[package] 14edition = "2018" 15name = "url" 16version = "2.2.2" 17authors = ["The rust-url developers"] 18include = ["src/**/*", "LICENSE-*", "README.md", "tests/**"] 19description = "URL library for Rust, based on the WHATWG URL Standard" 20documentation = "https://docs.rs/url" 21readme = "../README.md" 22keywords = ["url", "parser"] 23categories = ["parser-implementations", "web-programming", "encoding"] 24license = "MIT/Apache-2.0" 25repository = "https://github.com/servo/rust-url" 26 27[[bench]] 28name = "parse_url" 29path = "benches/parse_url.rs" 30harness = false 31[dependencies.form_urlencoded] 32version = "1.0.0" 33 34[dependencies.idna] 35version = "0.2.0" 36 37[dependencies.matches] 38version = "0.1" 39 40[dependencies.percent-encoding] 41version = "2.1.0" 42 43[dependencies.serde] 44version = "1.0" 45features = ["derive"] 46optional = true 47[dev-dependencies.bencher] 48version = "0.1" 49 50[dev-dependencies.serde_json] 51version = "1.0" 52[badges.appveyor] 53repository = "Manishearth/rust-url" 54 55[badges.travis-ci] 56repository = "servo/rust-url" 57