# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "slog_unwraps" version = "0.1.5" authors = ["Naja Melan "] description = "Syntactic sugar to slog an error before unwrapping" readme = "README.md" keywords = ["logging", "slog", "unwrap", "panic", "log"] categories = ["development-tools", "development-tools::debugging"] license = "Unlicense" repository = "https://github.com/najamelan/slog_unwraps" [dependencies.backtrace] version = "0.3.14" [dependencies.regex] version = "1.1.2" [dependencies.slog] version = "2.4.1" [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.slog-term] version = "2.4.0" [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "najamelan/slog_unwraps"