[package] name = "dontpanic" description = "Get instant notifications about any panic!(); in your codebase." version = "0.3.0" edition = "2021" license = "MIT OR Apache-2.0" authors = ["Peter Todorov "] documentation = "https://docs.rs/dontpanic" repository = "https://github.com/peterprototypes/dontpanic" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [features] log = ["dep:log"] tracing = ["dep:tracing", "dep:tracing-subscriber"] [dependencies] ureq = { version = "2.9", features = ["json"] } log = { version = "0.4", optional = true } tracing = { version = "0.1", optional = true } tracing-subscriber = { version = "0.3", optional = true } [dependencies.ring-channel] version = "0.12" default-features = false features = ["std"]