]> git.lizzy.rs Git - rust.git/blob - src/tools/linkchecker/Cargo.lock
Fix links
[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
45 [metadata]
46 "checksum idna 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1053236e00ce4f668aeca4a769a09b3bf5a682d802abd6f3cb39374f6b162c11"
47 "checksum matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "15305656809ce5a4805b1ff2946892810992197ce1270ff79baded852187942e"
48 "checksum unicode-bidi 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c1f7ceb96afdfeedee42bade65a0d585a6a0106f681b6749c8ff4daa8df30b3f"
49 "checksum unicode-normalization 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "26643a2f83bac55f1976fb716c10234485f9202dcd65cfbdf9da49867b271172"
50 "checksum url 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "afe9ec54bc4db14bc8744b7fed060d785ac756791450959b2248443319d5b119"