[dependencies.anyhow]
features = ["backtrace"]
version = "1.0.40"
[dependencies.crossbeam]
version = "0.8.0"
[dependencies.lazy_static]
version = "1.4.0"
[dependencies.log]
version = "0.4.14"
[dependencies.parking_lot]
version = "0.11.1"
[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.11.3"
[dependencies.serde]
version = "1.0.194"
[dependencies.serde_json]
version = "1.0.64"
[dependencies.sha2]
version = "0.9.3"
[dependencies.typed-builder]
version = "0.18.0"
[dev-dependencies.clap]
features = ["derive"]
version = "4.4.13"
[dev-dependencies.httpmock]
version = "0.6.8"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1"
[dev-dependencies.tracing-subscriber]
features = ["env-filter", "fmt"]
version = "0.3.18"
[[example]]
name = "errors"
path = "examples/errors.rs"
[[example]]
name = "panics"
path = "examples/panics.rs"
[lib]
name = "airbag"
path = "src/lib.rs"
[package]
authors = ["vmalloc@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Library for handling errors and panics using 3rd party services"
edition = "2018"
homepage = "https://github.com/vmalloc/airbag"
license = "MIT"
name = "airbag"
readme = "README.md"
repository = "https://github.com/vmalloc/airbag"
version = "4.1.0"
[[test]]
name = "test_middleware"
path = "tests/test_middleware.rs"
[[test]]
name = "test_pagerduty"
path = "tests/test_pagerduty.rs"
[[test]]
name = "test_squadcast"
path = "tests/test_squadcast.rs"