-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.lock
57 lines (49 loc) · 1.63 KB
/
Cargo.lock
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
54
55
56
[root]
name = "rust-rdf"
version = "0.0.1"
dependencies = [
"curl 0.1.0 (git+https://github.com/carllerche/curl-rust)",
]
[[package]]
name = "curl"
version = "0.1.0"
source = "git+https://github.com/carllerche/curl-rust#e57e9b2e6c2fc544056f28412e877268673d13c5"
dependencies = [
"curl-sys 0.1.0 (git+https://github.com/carllerche/curl-rust)",
"url 0.1.0 (git+https://github.com/servo/rust-url)",
]
[[package]]
name = "curl-sys"
version = "0.1.0"
source = "git+https://github.com/carllerche/curl-rust#e57e9b2e6c2fc544056f28412e877268673d13c5"
dependencies = [
"libz-sys 0.1.0 (git+https://github.com/alexcrichton/libz-sys)",
"openssl-sys 0.2.1 (git+https://github.com/sfackler/rust-openssl)",
"pkg-config 0.1.0 (git+https://github.com/alexcrichton/pkg-config-rs)",
]
[[package]]
name = "libz-sys"
version = "0.1.0"
source = "git+https://github.com/alexcrichton/libz-sys#5622ae17a0262af56055b71f0d74fa5ee91d3a41"
dependencies = [
"pkg-config 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "openssl-sys"
version = "0.2.1"
source = "git+https://github.com/sfackler/rust-openssl#c3603b0db00d044c8332d39dd9d49e3c76a2a978"
dependencies = [
"pkg-config 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "pkg-config"
version = "0.1.0"
source = "git+https://github.com/alexcrichton/pkg-config-rs#9b3b44a2e1a8ccc70c3f701aeb5154ad79e665e9"
[[package]]
name = "pkg-config"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "url"
version = "0.1.0"
source = "git+https://github.com/servo/rust-url#9f05a0108025a1c9002e8977a42dce764895d170"