# 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 = "bazel-remote-apis" version = "0.10.0" build = "build.rs" publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for Bazel Remote APIs" homepage = "https://github.com/amkartashov/bazel-remote-apis-rust" readme = "README.md" license = "MIT" repository = "https://github.com/amkartashov/bazel-remote-apis-rust.git" [lib] name = "bazel_remote_apis" path = "src/lib.rs" [dependencies.prost] version = "0.13.2" [dependencies.prost-types] version = "0.13.2" [dependencies.tonic] version = "0.12.2" [build-dependencies.tonic-build] version = "0.12.2" [features] codegen = []