# 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" rust-version = "1.81.0" name = "tardar" version = "0.2.0" authors = ["Sean Olson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Extensions for diagnostic error handling with `miette`." readme = "README.md" keywords = [ "diagnostics", "error", "miette", "result", ] categories = ["rust-patterns"] license = "MIT" repository = "https://github.com/olson-sean-k/tardar" [lib] name = "tardar" path = "src/lib.rs" [dependencies.miette] version = "^7.2.0" default-features = false [dependencies.mitsein] version = "^0.4.1" features = ["std"] default-features = false