rocket-sentry 1.0.0

Simplifies integration between the Rocket web framework and Sentry application monitoring system.
Documentation
[dependencies.figment]
version = "0.10.6"

[dependencies.log]
version = "0.4.17"

[dependencies.rocket]
default-features = false
version = "0.5.0-rc.2"

[dependencies.sentry]
version = "0.46.0"

[dependencies.serde]
version = "1.0.137"

[[example]]
name = "panic"
path = "examples/panic.rs"

[[example]]
name = "performance"
path = "examples/performance.rs"

[lib]
name = "rocket_sentry"
path = "src/lib.rs"

[package]
authors = ["Marti Raudsepp <marti@juffo.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "development-tools"]
description = "Simplifies integration between the Rocket web framework and Sentry application monitoring system."
edition = "2021"
homepage = "https://github.com/intgr/rocket-sentry"
keywords = ["rocket", "fairing", "sentry", "monitoring", "error-reporting"]
license = "MIT"
name = "rocket-sentry"
readme = "README.md"
repository = "https://github.com/intgr/rocket-sentry"
rust-version = "1.73.0"
version = "1.0.0"

[[test]]
name = "tests"
path = "tests/tests.rs"