# 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 = "sherr" version = "0.5.2" authors = ["Artem Shein "] description = "Error signalling and logging helpers" categories = ["development-tools"] license = "MIT" repository = "https://github.com/artemshein/sherr" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.atty] version = "0.2.13" optional = true [dependencies.backtrace] version = "0.3" [dependencies.chrono] version = "0.4" optional = true [dependencies.fern] version = "0.6" features = ["colored"] optional = true [dependencies.libc] version = "0.2.62" optional = true [dependencies.log] version = "0.4" [features] default = [] impl = [ "fern", "chrono", "libc", "atty", ]