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"
28 version = "0.1.0"
29 dependencies = [
30 "autocfg",
31 "libgit-sys",
32 ]
33
34 [[package]]
35 name = "libgit-sys"
36 version = "0.1.0"
37 dependencies = [
38 "autocfg",
39 "libz-sys",
40 "make-cmd",
41 ]
42
43 [[package]]
44 name = "libz-sys"
45 version = "1.1.20"
46 source = "registry+https://github.com/rust-lang/crates.io-index"
47 checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
48 dependencies = [
49 "cc",
50 "libc",
51 "pkg-config",
52 "vcpkg",
53 ]
54
55 [[package]]
56 name = "make-cmd"
57 version = "0.1.0"
58 source = "registry+https://github.com/rust-lang/crates.io-index"
59 checksum = "a8ca8afbe8af1785e09636acb5a41e08a765f5f0340568716c18a8700ba3c0d3"
60
61 [[package]]
62 name = "pkg-config"
63 version = "0.3.30"
64 source = "registry+https://github.com/rust-lang/crates.io-index"
65 checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
66
67 [[package]]
68 name = "shlex"
69 version = "1.3.0"
70 source = "registry+https://github.com/rust-lang/crates.io-index"
71 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
72
73 [[package]]
74 name = "vcpkg"
75 version = "0.2.15"
76 source = "registry+https://github.com/rust-lang/crates.io-index"
77 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"