# 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 = "2018" name = "parallel_logger" version = "0.4.0" authors = ["Sebastian Frehmel <8192K@sebastianfrehmel.de>"] description = "A logger implementing the log::Log trait that allows other loggers to run in a separate thread, reducing load on the calling thread significantly" readme = "README.md" keywords = [ "log", "logger", "logging", "realtime", "parallel", ] categories = [ "development-tools", "development-tools::debugging", "concurrency", ] license = "MIT/Apache-2.0" repository = "https://github.com/8192K/parallel_logger" [profile.release] lto = true codegen-units = 1 [dependencies.flume] version = "0.11" [dependencies.log] version = "0.4" features = ["std"] [dependencies.serializable_log_record] version = "0.3" [dev-dependencies.simplelog] version = "0.12"