# 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 = "venom_log" version = "0.1.2" authors = ["BuddyCoder"] description = "Rust async log High-performance asynchronous logging" homepage = "https://gitee.com/buddycoder/venom_log" documentation = "https://gitee.com/buddycoder/venom_log" readme = "Readme.md" license = "MIT" repository = "https://gitee.com/buddycoder/venom_log" resolver = "2" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.crossbeam] version = "0.8" [dependencies.crossbeam-channel] version = "0.5" [dependencies.crossbeam-utils] version = "0.8" [dependencies.flate2] version = "1.0" optional = true [dependencies.log] version = "0.4" features = ["std"] [dependencies.lz4] version = "1.23" optional = true [dependencies.once_cell] version = "1.9" [dependencies.parking_lot] version = "0.11" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.zip] version = "0.6" optional = true