# 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.64.0" name = "hds_console-api" version = "0.7.0" authors = [ "Eliza Weisman ", "Tokio Contributors ", ] description = """ This is a test crate, do not use. """ homepage = "https://github.com/hds/hds_console/blob/main/console-api" readme = "README.md" keywords = [] categories = [] license = "MIT" repository = "https://github.com/hds/hds_console/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.futures-core] version = "0.3" [dependencies.prost] version = "0.12" [dependencies.prost-types] version = "0.12" [dependencies.tonic] version = "0.10" features = [ "prost", "codegen", "transport", ] default-features = false [dependencies.tracing-core] version = "0.1.17" [dev-dependencies.prost-build] version = "0.12.0" [dev-dependencies.tonic-build] version = "0.10" features = [ "prost", "transport", ] default-features = false [features] transport = ["tonic/transport"]