dontpanic 0.6.0

Get instant notifications about any panic!(); in your codebase.
Documentation
[dependencies.log]
features = ["std"]
optional = true
version = "0.4"

[dependencies.ring-channel]
default-features = false
features = ["std"]
version = "0.12"

[dependencies.tracing]
optional = true
version = "0.1"

[dependencies.tracing-subscriber]
optional = true
version = "0.3"

[dependencies.ureq]
features = ["json"]
version = "2.9"

[features]
log = ["dep:log"]
tracing = ["dep:tracing", "dep:tracing-subscriber"]

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

[package]
authors = ["Peter Todorov <ptodorov@cytec.bg>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Get instant notifications about any panic!(); in your codebase."
documentation = "https://docs.rs/dontpanic"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "dontpanic"
readme = "README.md"
repository = "https://github.com/peterprototypes/dontpanic"
version = "0.6.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]