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 are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14rust-version = "1.51" 15name = "url" 16version = "2.3.1" 17authors = ["The rust-url developers"] 18include = [ 19 "src/**/*", 20 "LICENSE-*", 21 "README.md", 22 "tests/**", 23] 24description = "URL library for Rust, based on the WHATWG URL Standard" 25documentation = "https://docs.rs/url" 26readme = "README.md" 27keywords = [ 28 "url", 29 "parser", 30] 31categories = [ 32 "parser-implementations", 33 "web-programming", 34 "encoding", 35] 36license = "MIT OR Apache-2.0" 37repository = "https://github.com/servo/rust-url" 38 39[[test]] 40name = "debugger_visualizer" 41path = "tests/debugger_visualizer.rs" 42test = false 43required-features = ["debugger_visualizer"] 44 45[[bench]] 46name = "parse_url" 47path = "benches/parse_url.rs" 48harness = false 49 50[dependencies.form_urlencoded] 51version = "1.1.0" 52 53[dependencies.idna] 54version = "0.3.0" 55 56[dependencies.percent-encoding] 57version = "2.2.0" 58 59[dependencies.serde] 60version = "1.0" 61features = ["derive"] 62optional = true 63 64[dev-dependencies.bencher] 65version = "0.1" 66 67[dev-dependencies.debugger_test] 68version = "0.1" 69 70[dev-dependencies.debugger_test_parser] 71version = "0.1" 72 73[dev-dependencies.serde_json] 74version = "1.0" 75 76[features] 77debugger_visualizer = [] 78default = [] 79expose_internals = [] 80 81[badges.appveyor] 82repository = "Manishearth/rust-url" 83 84[badges.travis-ci] 85repository = "servo/rust-url" 86