# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "bigtable_rs" version = "0.2.15" authors = ["Fuyang Liu "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A very simple Google Bigtable client lib in Rust" readme = "README.md" keywords = ["bigtable"] license = "MIT" repository = "https://github.com/liufuyang/bigtable_rs/" [lib] name = "bigtable_rs" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.futures-util] version = "0.3.31" [dependencies.gcp_auth] version = "0.12.2" [dependencies.http] version = "1.1.0" [dependencies.hyper-util] version = "0.1.7" features = ["tokio"] [dependencies.log] version = "0.4.20" [dependencies.prost] version = "0.13.1" [dependencies.prost-types] version = "0.13.1" [dependencies.prost-wkt] version = "0.6.0" [dependencies.prost-wkt-types] version = "0.6.0" [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde_with] version = "3.4.0" features = ["base64"] [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1.25.0" features = ["rt-multi-thread"] [dependencies.tonic] version = "0.12.2" features = [ "tls", "transport", ] [dependencies.tower] version = "0.5.1" features = ["util"] [dev-dependencies.env_logger] version = "0.11.1" [dev-dependencies.serde_json] version = "1.0.85" [dev-dependencies.serde_path_to_error] version = "0.1.8" [build-dependencies.prost-build] version = "0.13.1" [build-dependencies.prost-wkt-build] version = "0.6.0" [build-dependencies.tonic-build] version = "0.12.2" features = ["cleanup-markdown"]