# 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 = "fast-logger" version = "0.7.1" authors = [ "Erlend Hofstad Langseth <3rlendhl@gmail.com>", "Kevin Robert Stravers ", ] description = "Fast logger for Rust" homepage = "https://github.com/kstrafe/fast-logger" readme = "README.md" keywords = [ "log", "logger", "logging", ] license = "LGPL-3.0-or-later" repository = "https://github.com/kstrafe/fast-logger" [lib] name = "fast_logger" path = "lib.rs" [[bench]] name = "benchmark" harness = false [dependencies.chrono] version = "0.4.26" [dependencies.colored] version = "2.0.0" [dependencies.crossbeam-channel] version = "0.5.8" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.regex] version = "1.8.4" [dev-dependencies.slog] version = "2.7.0" [dev-dependencies.slog-async] version = "2.7.0" [dev-dependencies.slog-term] version = "2.9.0"