# 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_log" version = "1.7.6" authors = ["ce "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust async log High-performance asynchronous logging" readme = "README.md" keywords = [ "metrics", "async", "tracing", ] license = "MIT" repository = "https://github.com/rbatis/fast_log" [lib] name = "fast_log" path = "src/lib.rs" [[test]] name = "filter_test" path = "tests/filter_test.rs" [[test]] name = "split_test" path = "tests/split_test.rs" [[bench]] name = "log" path = "benches/log.rs" [[bench]] name = "log_file" path = "benches/log_file.rs" [dependencies.crossbeam] version = "0.8" [dependencies.crossbeam-channel] version = "0.5" [dependencies.crossbeam-utils] version = "0.8" [dependencies.dark-std] version = "0.2" [dependencies.fastdate] version = "0.3" [dependencies.flate2] version = "1.0" optional = true [dependencies.log] version = "0.4" features = ["std"] [dependencies.lz4_flex] version = "0.11" optional = true [dependencies.parking_lot] version = "0.12" [dependencies.zip] version = "2.2.0" optional = true [features] default = ["runtime_thread"] gzip = ["flate2"] lz4 = ["lz4_flex"] runtime_thread = []