# 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 = "markstory_protos" version = "0.1.13" authors = ["Sentry "] description = "Rust bindings for sentry-protos" readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/getsentry/sentry-protos" [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"