# 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 = "googleads-rs" version = "0.8.0" authors = ["Michael S. Huang "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = """ A gRPC client library for Google Ads API, generated automatically from the API definition files. """ readme = "README.md" keywords = [ "gapi", "grpc", "googleads", ] license = "MIT" repository = "https://github.com/mhuang74/googleads-rs" [lib] name = "googleads_rs" path = "src/lib.rs" [[test]] name = "version-numbers" path = "tests/version-numbers.rs" [dependencies.prost] version = "0.11.9" [dependencies.prost-types] version = "0.11.9" [dependencies.tonic] version = "0.8.0" features = [ "tls", "tls-roots", ] [dev-dependencies.version-sync] version = "0.9" [build-dependencies.tonic-build] version = "0.8.0" [build-dependencies.walkdir] version = "2" [badges.maintenance] status = "actively-developed"