# 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 = "sentry_protos" version = "0.1.37" authors = ["Sentry "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for sentry-protos" readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/getsentry/sentry-protos" [lib] name = "sentry_protos" path = "src/lib.rs" [dependencies.prost] version = "0.13" [dependencies.prost-types] version = "0.13" [dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", ] [dependencies.tonic] version = "0.12" [build-dependencies.glob] version = "0.3.1" [build-dependencies.prost] version = "0.13" [build-dependencies.prost-types] version = "0.13" [build-dependencies.regex] version = "1.10.5" [build-dependencies.tonic-build] version = "0.12"