# 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" name = "dontpanic" version = "0.3.0" authors = ["Peter Todorov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Get instant notifications about any panic!(); in your codebase." documentation = "https://docs.rs/dontpanic" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/peterprototypes/dontpanic" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "dontpanic" path = "src/lib.rs" [dependencies.log] version = "0.4" optional = true [dependencies.ring-channel] version = "0.12" features = ["std"] default-features = false [dependencies.tracing] version = "0.1" optional = true [dependencies.tracing-subscriber] version = "0.3" optional = true [dependencies.ureq] version = "2.9" features = ["json"] [features] log = ["dep:log"] tracing = [ "dep:tracing", "dep:tracing-subscriber", ]