# 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 = "flashlog" version = "0.2.3" authors = ["Junbeom Lee "] description = "A fast logging library for Rust" readme = "README.md" keywords = [ "Logging", "Fast", "Lazy", ] license = "MIT OR Apache-2.0" repository = "https://github.com/JunbeomL22/flashlog" [profile.release] opt-level = 3 [lib] name = "flashlog" path = "src/lib.rs" [[bench]] name = "lazy_string" harness = false [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.chrono-tz] version = "0.10" [dependencies.core_affinity] version = "0.8" [dependencies.criterion] version = "0.5" [dependencies.crossbeam-channel] version = "0.5" [dependencies.crossbeam-utils] version = "0.8" [dependencies.lazy_static] version = "1.4" [dependencies.once_cell] version = "1.0" [dependencies.quanta] version = "0.12" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.time] version = "0.3" features = [ "macros", "serde", "formatting", "parsing", "local-offset", ]