# 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 = "eks-blueprints-rust-sdk" version = "0.1.2" authors = ["Zachary Jacobson "] exclude = [ "examples/", "build.rs", ] description = "Rust client for EKS Blueprints gRPC API" homepage = "https://aws-quickstart.github.io/cdk-eks-blueprints/" documentation = "https://aws-quickstart.github.io/cdk-eks-blueprints/" readme = "README.md" keywords = [ "eks", "blueprints", ] categories = ["development-tools"] license = "Apache-2.0" repository = "https://github.com/zjaco13/multi-lang-eks-blueprints-cdk" [[example]] name = "client-example" path = "examples/main.rs" [dependencies.async-stream] version = "0.2" [dependencies.async-trait] version = "0.1.71" [dependencies.async_fn_traits] version = "0.1.1" [dependencies.futures] version = "0.3.28" [dependencies.prost] version = "0.11" [dependencies.tokio] version = "1.0" features = [ "rt-multi-thread", "macros", "sync", "time", ] [dependencies.tokio-stream] version = "0.1" [dependencies.tonic] version = "0.9" [build-dependencies.tonic-build] version = "0.9"