solana/storage-bigtable/build-proto/Cargo.lock

372 lines
9.4 KiB
Plaintext
Raw Normal View History

2020-07-20 08:55:27 -07:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2020-07-20 08:55:27 -07:00
[[package]]
name = "anyhow"
version = "1.0.56"
2020-07-20 08:55:27 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27"
2020-07-20 08:55:27 -07:00
[[package]]
name = "autocfg"
version = "1.0.0"
2020-07-20 08:55:27 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
2020-07-20 08:55:27 -07:00
[[package]]
name = "bitflags"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2020-07-20 08:55:27 -07:00
[[package]]
name = "bytes"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
[[package]]
name = "cc"
version = "1.0.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
[[package]]
name = "cfg-if"
version = "0.1.10"
2020-07-20 08:55:27 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2020-07-20 08:55:27 -07:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cmake"
version = "0.1.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a"
dependencies = [
"cc",
]
2020-07-20 08:55:27 -07:00
[[package]]
name = "either"
version = "1.5.3"
2020-07-20 08:55:27 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
2020-07-20 08:55:27 -07:00
[[package]]
name = "fastrand"
version = "1.6.0"
2020-07-20 08:55:27 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "779d043b6a0b90cc4c0ed7ee380a6504394cee7efd7db050e3774eee387324b2"
dependencies = [
"instant",
]
2020-07-20 08:55:27 -07:00
[[package]]
name = "fixedbitset"
version = "0.4.0"
2020-07-20 08:55:27 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "398ea4fabe40b9b0d885340a2a991a44c8a645624075ad966d21f88688e2b69e"
2020-07-20 08:55:27 -07:00
[[package]]
name = "hashbrown"
version = "0.11.2"
2020-07-20 08:55:27 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
2020-07-20 08:55:27 -07:00
[[package]]
name = "heck"
version = "0.4.0"
2020-07-20 08:55:27 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
2020-07-20 08:55:27 -07:00
[[package]]
name = "indexmap"
version = "1.8.1"
2020-07-20 08:55:27 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"
2020-07-20 08:55:27 -07:00
dependencies = [
"autocfg",
"hashbrown",
]
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if 1.0.0",
]
2020-07-20 08:55:27 -07:00
[[package]]
name = "itertools"
version = "0.10.3"
2020-07-20 08:55:27 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
2020-07-20 08:55:27 -07:00
dependencies = [
"either",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2020-07-20 08:55:27 -07:00
[[package]]
name = "libc"
version = "0.2.124"
2020-07-20 08:55:27 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21a41fed9d98f27ab1c6d161da622a4fa35e8a54a8adc24bbf3ddd0ef70b0e50"
2020-07-20 08:55:27 -07:00
[[package]]
name = "log"
version = "0.4.11"
2020-07-20 08:55:27 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
2020-07-20 08:55:27 -07:00
dependencies = [
"cfg-if 0.1.10",
2020-07-20 08:55:27 -07:00
]
[[package]]
name = "multimap"
version = "0.8.1"
2020-07-20 08:55:27 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8883adfde9756c1d30b0f519c9b8c502a94b41ac62f696453c37c7fc0a958ce"
2020-07-20 08:55:27 -07:00
[[package]]
name = "petgraph"
version = "0.6.0"
2020-07-20 08:55:27 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"
2020-07-20 08:55:27 -07:00
dependencies = [
"fixedbitset",
"indexmap",
]
[[package]]
name = "prettyplease"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b83ec2d0af5c5c556257ff52c9f98934e243b9fd39604bfb2a9b75ec2e97f18"
dependencies = [
"proc-macro2",
"syn",
]
2020-07-20 08:55:27 -07:00
[[package]]
name = "proc-macro2"
version = "1.0.36"
2020-07-20 08:55:27 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
2020-07-20 08:55:27 -07:00
dependencies = [
"unicode-xid",
]
[[package]]
name = "prost"
version = "0.10.0"
2020-07-20 08:55:27 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bd5316aa8f5c82add416dfbc25116b84b748a21153f512917e8143640a71bbd"
2020-07-20 08:55:27 -07:00
dependencies = [
"bytes",
"prost-derive",
]
[[package]]
name = "prost-build"
version = "0.10.0"
2020-07-20 08:55:27 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "328f9f29b82409216decb172d81e936415d21245befa79cd34c3f29d87d1c50b"
2020-07-20 08:55:27 -07:00
dependencies = [
"bytes",
"cfg-if 1.0.0",
"cmake",
2020-07-20 08:55:27 -07:00
"heck",
"itertools",
"lazy_static",
2020-07-20 08:55:27 -07:00
"log",
"multimap",
"petgraph",
"prost",
"prost-types",
"regex",
2020-07-20 08:55:27 -07:00
"tempfile",
"which",
]
[[package]]
name = "prost-derive"
version = "0.10.0"
2020-07-20 08:55:27 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df35198f0777b75e9ff669737c6da5136b59dba33cf5a010a6d1cc4d56defc6f"
2020-07-20 08:55:27 -07:00
dependencies = [
"anyhow",
"itertools",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "prost-types"
version = "0.10.0"
2020-07-20 08:55:27 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "926681c118ae6e512a3ccefd4abbe5521a14f4cc1e207356d4d00c0b7f2006fd"
2020-07-20 08:55:27 -07:00
dependencies = [
"bytes",
"prost",
]
[[package]]
name = "proto"
version = "1.11.0"
2020-07-20 08:55:27 -07:00
dependencies = [
"tonic-build",
]
[[package]]
name = "quote"
version = "1.0.7"
2020-07-20 08:55:27 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
2020-07-20 08:55:27 -07:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "redox_syscall"
version = "0.2.10"
2020-07-20 08:55:27 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
dependencies = [
"bitflags",
]
2020-07-20 08:55:27 -07:00
[[package]]
name = "regex"
2022-03-08 09:06:58 -08:00
version = "1.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-08 09:06:58 -08:00
checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
dependencies = [
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.6.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
2020-07-20 08:55:27 -07:00
[[package]]
name = "remove_dir_all"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [
"winapi",
]
[[package]]
name = "syn"
version = "1.0.91"
2020-07-20 08:55:27 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d"
2020-07-20 08:55:27 -07:00
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
[[package]]
name = "tempfile"
version = "3.3.0"
2020-07-20 08:55:27 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
2020-07-20 08:55:27 -07:00
dependencies = [
"cfg-if 1.0.0",
"fastrand",
2020-07-20 08:55:27 -07:00
"libc",
"redox_syscall",
"remove_dir_all",
"winapi",
]
[[package]]
name = "thiserror"
version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-07-20 08:55:27 -07:00
[[package]]
name = "tonic-build"
version = "0.7.0"
2020-07-20 08:55:27 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d17087af5c80e5d5fc8ba9878e60258065a0a757e35efe7a05b7904bece1943"
2020-07-20 08:55:27 -07:00
dependencies = [
"prettyplease",
2020-07-20 08:55:27 -07:00
"proc-macro2",
"prost-build",
"quote",
"syn",
]
[[package]]
name = "unicode-xid"
version = "0.2.1"
2020-07-20 08:55:27 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
2020-07-20 08:55:27 -07:00
[[package]]
name = "which"
version = "4.0.2"
2020-07-20 08:55:27 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87c14ef7e1b8b8ecfc75d5eca37949410046e66f15d185c01d70824f1f8111ef"
2020-07-20 08:55:27 -07:00
dependencies = [
"libc",
"thiserror",
2020-07-20 08:55:27 -07:00
]
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"