# 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 = "google-cloud-spanner" version = "0.31.1" authors = ["yoshidan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Google Cloud Platform spanner client library." documentation = "https://docs.rs/google-cloud-spanner/latest/google_cloud_spanner/" readme = "README.md" keywords = [ "gcp", "spanner", "googleapis", "google-cloud-rust", ] license = "MIT" repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/spanner" [lib] name = "google_cloud_spanner" path = "src/lib.rs" [[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.21" [dependencies.bigdecimal] version = "0.4" features = ["serde"] [dependencies.google-cloud-auth] version = "0.17" optional = true default-features = false [dependencies.google-cloud-gax] version = "0.19.1" [dependencies.google-cloud-googleapis] version = "0.15.0" features = ["spanner"] [dependencies.google-cloud-longrunning] version = "0.20.1" [dependencies.google-cloud-token] version = "0.1.2" [dependencies.parking_lot] version = "0.12" [dependencies.prost-types] version = "0.13" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3" features = [ "std", "macros", "formatting", "parsing", ] [dependencies.tokio] version = "1.32" [dependencies.tokio-util] version = "0.7" [dependencies.tracing] version = "0.1" [dev-dependencies.ctor] version = "0.1" [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"] [features] auth = ["google-cloud-auth"] default = [ "serde", "auth", "default-tls", ] default-tls = ["google-cloud-auth?/default-tls"] external-account = ["google-cloud-auth?/external-account"] rustls-tls = ["google-cloud-auth?/rustls-tls"] trace = []