]> git.lizzy.rs Git - rust.git/blob - src/tools/linkchecker/Cargo.lock
ed5fe081ffb2efed86a5225df5c15c0bdc56e660
[rust.git] / src / tools / linkchecker / Cargo.lock
1 [root]
2 name = "linkchecker"
3 version = "0.1.0"
4 dependencies = [
5  "url 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
6 ]
7
8 [[package]]
9 name = "idna"
10 version = "0.1.0"
11 source = "registry+https://github.com/rust-lang/crates.io-index"
12 dependencies = [
13  "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
14  "unicode-bidi 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
15  "unicode-normalization 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
16 ]
17
18 [[package]]
19 name = "matches"
20 version = "0.1.2"
21 source = "registry+https://github.com/rust-lang/crates.io-index"
22
23 [[package]]
24 name = "unicode-bidi"
25 version = "0.2.3"
26 source = "registry+https://github.com/rust-lang/crates.io-index"
27 dependencies = [
28  "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
29 ]
30
31 [[package]]
32 name = "unicode-normalization"
33 version = "0.1.2"
34 source = "registry+https://github.com/rust-lang/crates.io-index"
35
36 [[package]]
37 name = "url"
38 version = "1.2.0"
39 source = "registry+https://github.com/rust-lang/crates.io-index"
40 dependencies = [
41  "idna 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
42  "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
43 ]
44