# 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" rust-version = "1.60" name = "ydb-grpc" version = "0.1.0" authors = ["rekby "] build = "build.rs" publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Crate contains generated low-level grpc code from YDB API protobuf, used as base for ydb crate" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/ydb-platform/ydb-rs-sdk/tree/master/ydb-grpc" [lib] name = "ydb_grpc" path = "src/lib.rs" [dependencies.pbjson] version = "0.5.1" [dependencies.pbjson-types] version = "0.5.1" [dependencies.prost] version = "0.11.2" [dependencies.prost-types] version = "0.11.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tonic] version = "0.8.2" features = [ "tls", "tls-roots", "tls-webpki-roots", ] [build-dependencies.pbjson-build] version = "0.5.1" [build-dependencies.prost-build] version = "0.11.2" [build-dependencies.tonic-build] version = "0.8.0" [build-dependencies.walkdir] version = "2" [features] regenerate-sources = []