# 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 = "pretty_panics" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "pretty panic messages" homepage = "https://github.com/bizarre/pretty_panic" readme = "README.md" license = "MIT" [lib] name = "pretty_panics" path = "src/lib.rs" [[example]] name = "simple" path = "examples/simple.rs" [[example]] name = "thiserror" path = "examples/thiserror.rs" [dependencies.anstyle] version = "1.0.8" optional = true [dependencies.pretty_panic_proc_macro] version = "0.1.1" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.thiserror] version = "1.0" [features] default = ["default_formatters"] default_formatters = [ "anstyle", "pretty_panic_proc_macro/default_formatters", ]