# 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 = "lazy_errors" version = "0.9.0" authors = ["Andreas Waidler "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Effortlessly create, group, and nest arbitrary errors, and defer error handling ergonomically." readme = "README.md" keywords = [ "error-handling", "multiple", "errors", "tree", "no-std", ] categories = [ "rust-patterns", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Lintermute/lazy_errors" [package.metadata."docs.rs"] all-features = true [lib] name = "lazy_errors" path = "src/lib.rs" [dependencies.eyre] version = "0.6.2" optional = true [dev-dependencies.indoc] version = "2.0.5" [dev-dependencies.thiserror] version = "1.0.56" [features] default = [ "rust-v1.81", "rust-v1.77", "rust-v1.69", "rust-v1.66", "rust-v1.64", ] eyre = [ "std", "dep:eyre", ] "rust-v1.64" = [] "rust-v1.66" = [] "rust-v1.69" = [] "rust-v1.77" = [] "rust-v1.81" = [] std = []