# 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 = "panic" version = "0.3.1" description = "Humanized panic message wrapper" readme = "README.md" license = "MIT" repository = "https://github.com/exact-labs/panic" [dependencies.anstream] version = "0.6.7" optional = true [dependencies.anstyle] version = "1.0.0" optional = true [dependencies.backtrace] version = "0.3.67" [dependencies.os_info] version = "3.6.0" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.text_placeholder] version = "0.5.0" [dependencies.toml] version = "0.8.8" features = ["display"] default-features = false [dependencies.uuid] version = "1.3.0" features = ["v4"] default-features = false [features] color = [ "dep:anstyle", "dep:anstream", ] default = [ "color", "only-release", ] nightly = [] only-release = []