# 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 = "infinite-errors" version = "0.2.0" authors = ["cloudwalk.io"] description = "Generic error handling framework with static backtraces" keywords = [ "error", "chain", "context", ] categories = ["development-tools::debugging"] license = "MIT" repository = "https://github.com/cloudwalk/infinite-errors" [dependencies.derive_more] version = "0.99.17" features = ["error"] default-features = false [dependencies.infinite-errors-macros] version = "0.2.0" [dev-dependencies.assert_matches] version = "1.5.0" default-features = false [dev-dependencies.derive_more] version = "0.99.17" features = [ "display", "from", ] default-features = false [dev-dependencies.futures-executor] version = "0.3.30" features = ["std"] default-features = false