# 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-rust-raw" version = "0.17.1-beta.3" authors = [ "Ferrous Systems", "Mozilla Services Engineering ", "Rust on GCP Team ", ] build = false exclude = ["grpc"] autobins = false autoexamples = false autotests = false autobenches = false description = "A set of client libraries to interact with various Google Cloud Platform services" readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/mozilla-services/mozilla-rust-sdk/" [lib] name = "google_cloud_rust_raw" path = "src/lib.rs" [[example]] name = "bigtable-helloworld" path = "examples/bigtable-helloworld.rs" [[example]] name = "bigtable-query" path = "examples/bigtable-query.rs" [[example]] name = "cloudasset-list" path = "examples/cloudasset-list.rs" [[example]] name = "pubsub-publisher" path = "examples/pubsub-publisher.rs" [[example]] name = "spanner-db" path = "examples/spanner-db.rs" [[example]] name = "spanner-query" path = "examples/spanner-query.rs" [dependencies.futures] version = "0.3" [dependencies.grpcio] version = "0.13.0" features = [ "boringssl", "protobufv3-codec", ] default-features = false [dependencies.protobuf] version = "=3.4.0" [dev-dependencies.log] version = "0.4" [dev-dependencies.protobuf-codegen] version = "3.4.0" [dev-dependencies.slog] version = "2.5" [dev-dependencies.slog-async] version = "2.5" [dev-dependencies.slog-scope] version = "4.3" [dev-dependencies.slog-stdlog] version = "4.0" [dev-dependencies.slog-term] version = "2.6" [features] bigtable = [] default = ["spanner"] pubsub = [] spanner = []