[package]
edition = "2021"
name = "bigtable_rs"
version = "0.2.19"
authors = ["Fuyang Liu <liufuyang@users.noreply.github.com>"]
build = "build.rs"
autolib = false
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/"
[features]
default = ["tonic-tls-aws-lc"]
tonic-tls-aws-lc = ["tonic/tls-aws-lc"]
tonic-tls-ring = ["tonic/tls-ring"]
[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.14.1"
[dependencies.prost-types]
version = "0.14.1"
[dependencies.prost-wkt]
version = "0.7.0"
[dependencies.prost-wkt-types]
version = "0.7.0"
[dependencies.serde]
version = "1.0.192"
features = ["derive"]
[dependencies.serde_with]
version = "3.4.0"
features = ["base64"]
[dependencies.thiserror]
version = "2.0.3"
[dependencies.tokio]
version = "1.25.0"
features = ["rt-multi-thread"]
[dependencies.tonic]
version = "0.14.2"
features = ["transport"]
[dependencies.tonic-prost]
version = "0.14.2"
[dependencies.tower]
version = "0.5.1"
features = ["util"]
[dev-dependencies.env_logger]
version = "0.11.1"
[dev-dependencies.futures-util]
version = "0.3.31"
[dev-dependencies.serde_json]
version = "1.0.85"
[dev-dependencies.serde_path_to_error]
version = "0.1.8"
[dev-dependencies.tokio]
version = "1.25.0"
features = [
"rt-multi-thread",
"macros",
]
[build-dependencies.prost-build]
version = "0.14.1"
[build-dependencies.prost-wkt-build]
version = "0.7.0"
[build-dependencies.tonic-prost-build]
version = "0.14.2"
features = ["cleanup-markdown"]