# 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 = "log_tester" version = "0.1.2" authors = ["Ultraxime <36888699+Ultraxime@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Test for log messages produced by the log crate" readme = "README.md" keywords = [ "log", "testing", "logging", "test", ] categories = [ "development-tools::testing", "development-tools::debugging", ] license = "GPL-3.0-only" repository = "https://github.com/ultraxime/log-tester" [lib] name = "log_tester" path = "src/lib.rs" [dependencies.log] version = "0.4" features = ["std"]