# 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 = "2018" name = "stargate-grpc" version = "0.4.0" description = "gRPC client for Stargate" homepage = "https://github.com/stargate/stargate-grpc-rust-client" readme = "README.md" keywords = ["grpc", "stargate", "cassandra"] categories = ["api-bindings", "database"] license = "Apache-2.0" repository = "https://github.com/stargate/stargate-grpc-rust-client" [[example]] name = "uuid" required-features = ["uuid"] [[example]] name = "chrono" required-features = ["chrono"] [[example]] name = "udt" required-features = ["macros"] [dependencies.bytes] version = "1.1" [dependencies.chrono] version = "0.4" optional = true [dependencies.itertools] version = "0.10" [dependencies.num-traits] version = "0.2" [dependencies.prost] version = "0.8" [dependencies.prost-types] version = "0.8" [dependencies.rustls-native-certs] version = "0.5.0" [dependencies.stargate-grpc-derive] version = "0.2" optional = true [dependencies.streaming-iterator] version = "0.1.5" [dependencies.tokio-rustls] version = "0.22" [dependencies.tonic] version = "0.5" features = ["transport", "tls"] [dependencies.uuid] version = "0.8" optional = true [dev-dependencies.anyhow] version = "1.0.44" [dev-dependencies.chrono] version = "0.4.19" [dev-dependencies.clap] version = "=3.0.0-beta.5" [dev-dependencies.clap_derive] version = "=3.0.0-beta.5" [dev-dependencies.skeptic] version = "0.13" [dev-dependencies.tokio] version = "^1.12.0" features = ["rt-multi-thread"] [dev-dependencies.uuid] version = "0.8" features = ["v4"] [build-dependencies.skeptic] version = "0.13" [build-dependencies.tonic-build] version = "0.5.2" [features] macros = ["stargate-grpc-derive"]