# 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 = "2018" rust-version = "1.31" name = "ez-err" version = "0.1.3" authors = ["The CrushDepth-Team"] description = "A simple error handling library with support for ergonomic and fast error handling." documentation = "https://docs.rs/ez-err/latest/ez_err" readme = "README.md" keywords = [ "error", "macro", "tracing", ] categories = ["rust-patterns"] license = "MIT" repository = "https://github.com/MariusSoft-LLC/ez-err" [dependencies.log] version = "0.4.17" optional = true [features] default = [] log = ["dep:log"] no_stacktrace = []