Raw
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 3
4
5 [[package]]
6 name = "autocfg"
7 version = "1.4.0"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
10
11 [[package]]
12 name = "cc"
13 version = "1.1.15"
14 source = "registry+https://github.com/rust-lang/crates.io-index"
15 checksum = "57b6a275aa2903740dc87da01c62040406b8812552e97129a63ea8850a17c6e6"
16 dependencies = [
17 "shlex",
18 ]
19
20 [[package]]
21 name = "libc"
22 version = "0.2.158"
23 source = "registry+https://github.com/rust-lang/crates.io-index"
24 checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
25
26 [[package]]
27 name = "libgit-sys"
28 version = "0.1.0"
29 dependencies = [
30 "autocfg",
31 "libz-sys",
32 "make-cmd",
33 ]
34
35 [[package]]
36 name = "libz-sys"
37 version = "1.1.20"
38 source = "registry+https://github.com/rust-lang/crates.io-index"
39 checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
40 dependencies = [
41 "cc",
42 "libc",
43 "pkg-config",
44 "vcpkg",
45 ]
46
47 [[package]]
48 name = "make-cmd"
49 version = "0.1.0"
50 source = "registry+https://github.com/rust-lang/crates.io-index"
51 checksum = "a8ca8afbe8af1785e09636acb5a41e08a765f5f0340568716c18a8700ba3c0d3"
52
53 [[package]]
54 name = "pkg-config"
55 version = "0.3.30"
56 source = "registry+https://github.com/rust-lang/crates.io-index"
57 checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
58
59 [[package]]
60 name = "shlex"
61 version = "1.3.0"
62 source = "registry+https://github.com/rust-lang/crates.io-index"
63 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
64
65 [[package]]
66 name = "vcpkg"
67 version = "0.2.15"
68 source = "registry+https://github.com/rust-lang/crates.io-index"
69 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"