# 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 = "reportportal_common_api" version = "0.2.3" authors = [ "ReportPortal Team ", "Reingold Shekhtel ", ] build = "./src/build.rs" include = [ "/.cargo/config.toml", "/LICENSE", "/.gitignore", "/api", "/src/build/proto/rust/", "/src/*.rs", ] description = "A client and server bindings library for ReportPortal gRPC. Attention: This library is still in development!" homepage = "https://reportportal.io" readme = "docs/rust.md" keywords = [ "reportportal", "test", "reporting", "api", "grpc", ] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://github.com/reportportal/reportportal-common-api" [dependencies.prost] version = "0.11.6" [dependencies.prost-types] version = "0.11.6" [dependencies.tokio] version = "1.25.0" features = [ "macros", "rt-multi-thread", ] [dependencies.tonic] version = "0.8.3" [build-dependencies.tonic-build] version = "0.8.4"