# 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 = "thistermination" version = "1.1.0" authors = ["Lennard Kittner"] description = "A library crate to add the Termination trait to error enums inspired by thiserror" readme = "README.md" keywords = [ "termination", "error-handling", "error", "derive", ] categories = ["rust-patterns"] license = "MIT" repository = "https://github.com/LennardKittner/thistermination" [lib] path = "src/lib.rs" proc-macro = true [dependencies.proc-macro2] version = "1.0.63" [dependencies.quote] version = "1.0.29" [dependencies.regex] version = "1.9.1" [dependencies.syn] version = "2.0.25" [dev-dependencies.image] version = "0.24.6" [dev-dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dev-dependencies.thiserror] version = "1.0.43" [badges.maintenance] status = "passively-maintained"