# 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 = "terminator" version = "0.3.2" authors = ["KuklĂ­k Radek"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Formatter for pretty panics and errors" readme = "README.md" keywords = [ "error", "backtrace", ] categories = [ "rust-patterns", "command-line-interface", "development-tools::debugging", "value-formatting", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rkuklik/terminator" [package.metadata.docs.rs] features = ["compat"] targets = [] [lib] name = "terminator" path = "src/lib.rs" [dependencies.anyhow] version = "1" optional = true [dependencies.eyre] version = "0.6" optional = true [features] anyhow = ["dep:anyhow"] compat = [ "dep:anyhow", "dep:eyre", ] default = [] eyre = ["dep:eyre"] [lints.clippy] module-name-repetitions = "allow" [lints.clippy.complexity] level = "warn" priority = -1 [lints.clippy.correctness] level = "deny" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.clippy.perf] level = "deny" priority = -1 [lints.clippy.style] level = "deny" priority = -1 [lints.clippy.suspicious] level = "deny" priority = -1 [lints.rust] missing-docs = "warn" unexpected-cfgs = "allow" unsafe-code = "deny"