2023-04-25 02:08:41 +02:00
|
|
|
[package]
|
|
|
|
name = "yandex-cloud"
|
|
|
|
description = "Generated gRPC clients for the Yandex Cloud API"
|
2023-05-19 11:16:41 +02:00
|
|
|
version = "2023.5.19"
|
2023-04-25 02:08:41 +02:00
|
|
|
edition = "2021"
|
2023-05-19 11:16:22 +02:00
|
|
|
homepage = "https://cs.tvl.fyi/depot/-/tree/ops/yandex-cloud-rs"
|
|
|
|
repository = "https://code.tvl.fyi/depot.git:/ops/yandex-cloud-rs.git"
|
2023-04-25 02:08:41 +02:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
prost = "0.11"
|
|
|
|
prost-types = "0.11"
|
|
|
|
|
|
|
|
[dependencies.tonic]
|
|
|
|
version = "0.9"
|
|
|
|
features = [ "tls", "tls-roots", "gzip" ]
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
tonic-build = "0.9"
|
|
|
|
walkdir = "2.3.3"
|