# 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 = "unwrap_or_log" version = "0.2.0" authors = ["https://github.com/ninomerlino"] description = "A simple crate adding two functions to all std::resut::Result to log errors using the log crate" documentation = "https://docs.rs/unwrap_or_log" readme = "README.md" keywords = [ "logger", "error", ] license = "MIT" repository = "https://github.com/ninomerlino/unwrap_or_log" [dependencies.log] version = "0.4.20" [dev-dependencies.simple_logger] version = "4.3.3" [dev-dependencies.thiserror] version = "1.0.57"