# 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" name = "nvidia_riva" version = "0.2.0" authors = [ "Aleksei Bogdanov ", "Aleksei Sidorov ", ] description = "The rust language implementation of gRPC client for nvidia riva." homepage = "https://github.com/jettycloud/nvidia-riva-rs" readme = "README.md" keywords = [ "client", "grpc", "riva", "jarvis", ] categories = ["network-programming"] license = "Apache-2.0 OR MIT" repository = "https://github.com/jettycloud/nvidia-riva-rs" [dependencies.prost] version = "0.11" [dependencies.prost-types] version = "0.11" [dependencies.tonic] version = "0.9" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.tokio] version = "1.20" features = [ "time", "test-util", "fs", "macros", "sync", "rt-multi-thread", ] [build-dependencies.tonic-build] version = "0.9"