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