# 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 = "senax-logger" version = "0.2.5" authors = ["yossyX"] description = "Senax logger" keywords = ["senax"] license = "MIT OR Apache-2.0" repository = "https://github.com/yossyX/senax" [dependencies.ahash] version = "0.8" [dependencies.anyhow] version = "1.0" [dependencies.bytes] version = "1.4" [dependencies.chrono] version = "0.4" features = [ "clock", "std", ] default-features = false [dependencies.colored] version = "2.0.0" [dependencies.env_logger] version = "0.10" [dependencies.log] version = "0.4" features = ["kv_unstable_serde"] [dependencies.once_cell] version = "1.8.0" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.time] version = "0.3.14" features = ["formatting"] [dependencies.tokio] version = "1.28" features = [ "rt-multi-thread", "sync", "time", ] [dependencies.tokio-uring] version = "0.4" features = ["bytes"] optional = true [dependencies.zstd] version = "0.12" default-features = false [features] jsonl = [] uring = ["tokio-uring"]