# 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] name = "log-print-panics" version = "2.1.3" authors = [ "Steven Fackler ", "Xiangbin.Li ", ] description = "A panic hook which logs and print panic messages" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/dassio/rust-log-print-panics" [package.metadata."docs.rs"] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.backtrace] version = "0.3" optional = true [dependencies.log] version = "0.4" [dev-dependencies.env_logger] version = "0.7" [features] with-backtrace = ["backtrace"]