1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[]
= "url"
# When updating version, also modify html_root_url in the lib.rs
= "2.3.0"
= ["The rust-url developers"]
= "URL library for Rust, based on the WHATWG URL Standard"
= "https://docs.rs/url"
= "https://github.com/servo/rust-url"
= "../README.md"
= ["url", "parser"]
= ["parser-implementations", "web-programming", "encoding"]
= "MIT OR Apache-2.0"
= ["src/**/*", "LICENSE-*", "README.md", "tests/**"]
= "2018"
= "1.51"
[]
= { = "servo/rust-url" }
= { = "Manishearth/rust-url" }
[]
= "1.0"
= "0.1"
# To test debugger visualizers defined for the url crate such as url.natvis
= "0.1"
= "0.1"
[]
= { = "1.0.0", = "../form_urlencoded" }
= { = "0.2.0", = "../idna" }
= { = "2.1.0", = "../percent_encoding" }
= { = "1.0", = true, = ["derive"]}
[]
= []
# UNSTABLE FEATURES (requires Rust nightly)
# Enable to use the #[debugger_visualizer] attribute.
= []
# Expose internal offsets of the URL.
= []
[[]]
= "parse_url"
= "benches/parse_url.rs"
= false
[[]]
= "debugger_visualizer"
= "tests/debugger_visualizer.rs"
= ["debugger_visualizer"]
= false