# 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 = "logerr" version = "0.2.0" authors = ["Andreas Hartmann "] description = "Seamless error type logging" readme = "README.md" keywords = [ "error", "log", "logging", "result", ] categories = [ "development-tools", "development-tools::debugging", ] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/hartang/rust/logerr" [dependencies.anyhow] version = "1.0" optional = true [dependencies.log] version = "0.4" optional = true [features] anyhow = ["dep:anyhow"] default = [ "log", "generic", ] generic = [] log = ["dep:log"]