# 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-bep" version = "0.2.2" description = "Message definitions for bazel's Build Event Protocol" readme = "README.md" license = "MIT" repository = "https://github.com/ChristianBelloni/bazel-bep" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.prost] version = "0.12" [dependencies.prost-types] version = "0.12" [dependencies.tonic] version = "0.10" features = [ "codegen", "prost", ] default-features = false [build-dependencies.tonic-build] version = "0.10" [features] client = ["tonic/transport"] default = [] server = [] [badges.github] repository = "ChristianBelloni/bazel-bep"