# 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 = "uselog-rs" version = "0.3.0" description = "use log for outputing log in test and not test mode with one line code" homepage = "https://rtstore.io" readme = "README.md" keywords = [ "log", "unittest", "println", ] license = "Apache-2.0" license-file = "LICENSE" resolver = "2" [dependencies] [dev-dependencies.log] version = "0.4.0" [dev-dependencies.pretty_env_logger] version = "0.4.0"