# 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" rust-version = "1.76.0" name = "elfo-logger" version = "0.2.0-alpha.16" authors = ["Paul Loyd "] description = "Logs events of the elfo system" readme = "README.md" keywords = [ "elfo", "actor", "distributed", "tokio", "logging", ] license = "MIT" repository = "https://github.com/elfo-rs/elfo" [dependencies.arc-swap] version = "1.2.0" [dependencies.atty] version = "0.2.14" [dependencies.bytesize] version = "1.2.0" features = ["serde"] [dependencies.dashmap] version = "6.0.1" [dependencies.derive_more] version = "0.99.11" [dependencies.elfo-core] version = "0.2.0-alpha.16" features = ["unstable"] [dependencies.elfo-utils] version = "0.2.6" [dependencies.futures-intrusive] version = "0.5" [dependencies.fxhash] version = "0.2.1" [dependencies.humantime] version = "2.1.0" [dependencies.log] version = "0.4.20" optional = true [dependencies.metrics] version = "0.17.1" [dependencies.once_cell] version = "1.8.0" features = ["parking_lot"] [dependencies.parking_lot] version = "0.12" [dependencies.serde] version = "1.0.120" features = ["derive"] [dependencies.sharded-slab] version = "0.1.7" [dependencies.tokio] version = "1.37" features = [ "macros", "fs", "io-util", ] [dependencies.tracing] version = "0.1.25" [dependencies.tracing-log] version = "0.1.4" optional = true [dependencies.tracing-subscriber] version = "0.3.2" features = [ "env-filter", "parking_lot", ] [dev-dependencies.elfo-core] version = "0.2.0-alpha.16" features = ["test-util"] [features] tracing-log = [ "dep:tracing-log", "log", ] [lints.clippy] undocumented_unsafe_blocks = "warn" [lints.rust] missing_docs = "warn" unexpected_cfgs = "allow" unreachable_pub = "warn" [lints.rust.rust_2018_idioms] level = "warn" priority = -1