# 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 = "indicatif-log-bridge" version = "0.2.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bridge the log crate and indicatif to stop log lines from mixing up with progress bars" readme = "README.md" keywords = [ "cli", "progress", "progressbar", "logging", "log", ] categories = [ "command-line-interface", "concurrency", "asynchronous", "rust-patterns", ] license = "MIT" repository = "https://github.com/djugei/indicatif-log-bridge" [lib] name = "indicatif_log_bridge" path = "src/lib.rs" [dependencies.indicatif] version = ">=0.17.5" [dependencies.log] version = ">=0.4.19" features = ["std"] [dev-dependencies.env_logger] version = ">=0.10.0"