# 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] name = "slog-async" version = "2.8.0" authors = ["Dawid Ciężarkiewicz "] description = "Asynchronous drain for slog-rs" homepage = "https://github.com/slog-rs/slog" documentation = "https://docs.rs/slog-async" readme = "README.md" keywords = [ "slog", "logging", "log", "asynchronous", ] categories = ["development-tools::debugging"] license = "MPL-2.0 OR MIT OR Apache-2.0" repository = "https://github.com/slog-rs/async" [package.metadata.docs.rs] features = [ "nested-values", "dynamic-keys", ] [lib] path = "lib.rs" [dependencies.crossbeam-channel] version = "0.5" [dependencies.slog] version = "2.1" [dependencies.take_mut] version = "0.2.0" [dependencies.thread_local] version = "1" [features] default = [] dynamic-keys = ["slog/dynamic-keys"] nested-values = ["slog/nested-values"]