# 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" rust-version = "1.73.0" name = "rocket-sentry" version = "0.18.0" authors = ["Marti Raudsepp "] description = "Simplifies integration between the Rocket web framework and Sentry application monitoring system." homepage = "https://github.com/intgr/rocket-sentry" readme = "README.md" keywords = [ "rocket", "fairing", "sentry", "monitoring", "error-reporting", ] categories = [ "web-programming", "development-tools", ] license = "MIT" repository = "https://github.com/intgr/rocket-sentry" [dependencies.figment] version = "0.10.6" [dependencies.log] version = "0.4.17" [dependencies.rocket] version = "0.5.0-rc.2" default-features = false [dependencies.sentry] version = "0.34.0" [dependencies.serde] version = "1.0.137"