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