gcloud-spanner 1.7.0

Google Cloud Platform spanner client library.
Documentation
# 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 = "gcloud-spanner"
version = "1.7.0"
authors = ["yoshidan <naohiro.y@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Google Cloud Platform spanner client library."
documentation = "https://docs.rs/gcloud-spanner/latest/gcloud_spanner/"
readme = "README.md"
keywords = [
    "gcp",
    "spanner",
    "googleapis",
    "google-cloud-rust",
]
license = "MIT"
repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/spanner"

[features]
auth = ["google-cloud-auth"]
default = [
    "auth",
    "default-tls",
    "jwt-aws-lc-rs",
]
default-tls = ["google-cloud-auth?/default-tls"]
external-account = ["google-cloud-auth?/external-account"]
jwt-aws-lc-rs = ["google-cloud-auth?/jwt-aws-lc-rs"]
jwt-rust-crypto = ["google-cloud-auth?/jwt-rust-crypto"]
otel-metrics = ["opentelemetry"]
rustls-tls = ["google-cloud-auth?/rustls-tls"]
trace = []

[lib]
name = "gcloud_spanner"
path = "src/lib.rs"
doctest = false

[[test]]
name = "change_stream_test"
path = "tests/change_stream_test.rs"

[[test]]
name = "client_test"
path = "tests/client_test.rs"

[[test]]
name = "common"
path = "tests/common.rs"

[[test]]
name = "transaction_ro_test"
path = "tests/transaction_ro_test.rs"

[[test]]
name = "transaction_rw_test"
path = "tests/transaction_rw_test.rs"

[dependencies.base64]
version = "0.22"

[dependencies.bigdecimal]
version = "0.4"
features = ["serde"]

[dependencies.google-cloud-auth]
version = "1.2.0"
optional = true
default-features = false
package = "gcloud-auth"

[dependencies.google-cloud-gax]
version = "1.3.2"
package = "gcloud-gax"

[dependencies.google-cloud-googleapis]
version = "1.3.0"
features = ["spanner"]
package = "gcloud-googleapis"

[dependencies.google-cloud-longrunning]
version = "1.3.1"
package = "gcloud-longrunning"

[dependencies.opentelemetry]
version = "0.31"
features = ["metrics"]
optional = true
default-features = false

[dependencies.parking_lot]
version = "0.12"

[dependencies.prost]
version = "0.14"

[dependencies.prost-types]
version = "0.14"

[dependencies.thiserror]
version = "2.0"

[dependencies.time]
version = "0.3"
features = [
    "std",
    "macros",
    "formatting",
    "parsing",
]

[dependencies.token-source]
version = "1.0"

[dependencies.tokio]
version = "1.32"

[dependencies.tokio-util]
version = "0.7"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.ctor]
version = "0.5"

[dev-dependencies.serial_test]
version = "3.1"

[dev-dependencies.tokio]
version = "1.32"
features = ["rt-multi-thread"]

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]