1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "bzip2" 7version = "0.3.3" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "42b7c3cbf0fa9c1b82308d57191728ca0256cb821220f4e2fd410a72ade26e3b" 10dependencies = [ 11 "bzip2-sys", 12 "libc", 13] 14 15[[package]] 16name = "bzip2-sys" 17version = "0.1.11+1.0.8" 18source = "registry+https://github.com/rust-lang/crates.io-index" 19checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" 20dependencies = [ 21 "cc", 22 "libc", 23 "pkg-config", 24] 25 26[[package]] 27name = "cc" 28version = "1.0.77" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4" 31 32[[package]] 33name = "direct-cargo-bazel-deps" 34version = "0.0.1" 35dependencies = [ 36 "bzip2", 37] 38 39[[package]] 40name = "libc" 41version = "0.2.137" 42source = "registry+https://github.com/rust-lang/crates.io-index" 43checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89" 44 45[[package]] 46name = "pkg-config" 47version = "0.3.26" 48source = "registry+https://github.com/rust-lang/crates.io-index" 49checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" 50