# 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 = "logflume" version = "0.0.6" description = "A low latency logging library 🪵." readme = "README.md" license = "MIT" repository = "https://github.com/SBentley/logflume" [[example]] name = "basic" [[bench]] name = "log" harness = false [dependencies.chrono] version = "0.4.22" [dependencies.core_affinity] version = "0.8.1" [dependencies.criterion] version = "0.5.1" [dependencies.crossbeam-channel] version = "0.5" [dependencies.lockfree] version = "0.5.1" [dependencies.log] version = "0.4.17" features = ["std"] [dev-dependencies.log4rs] version = "1.1.1"