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