[package]
edition = "2021"
name = "sentry_protos"
version = "0.5.0"
authors = ["Sentry <hello@sentry.io>"]
build = false
autolib = false
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.14"
[dependencies.prost-types]
version = "0.14"
[dependencies.tonic]
version = "0.14"
[dependencies.tonic-prost]
version = " 0.14"
[dev-dependencies.tokio]
version = "1.0"
features = [
"macros",
"rt-multi-thread",
]
[lints.clippy]
large_enum_variant = "allow"