# 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 = "template-eyre" version = "0.1.0-alpha.6" exclude = [".github/**/*", ".mergify.yml", "bacon.toml", ".gitignore"] description = "An error reporter for panics and `eyre::Report` with handlebars template support." keywords = ["error", "eyre", "color", "template"] license = "MIT" repository = "https://github.com/PhotonQuantum/template-eyre" resolver = "2" [dependencies.console] version = "0.15" [dependencies.eyre] version = "0.6" default-features = false [dependencies.handlebars] version = "4.2" [dependencies.indenter] version = "0.3" [dependencies.itertools] version = "0.10" [dependencies.serde_json] version = "1.0" [dev-dependencies.insta] version = "1.10" [dev-dependencies.once_cell] version = "1.9"