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:24:04 +02:00
|
|
|
license = "MIT"
|
2023-06-13 21:48:29 +02:00
|
|
|
version = "2023.6.13"
|
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-05-19 11:37:20 +02:00
|
|
|
include = [ "/src", "README.md" ]
|
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"
|
2023-06-13 21:52:31 +02:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
tokio = "1.28" # check when updating tonic
|