[package] name = "slog-scope-stdlog" version = "0.2.0" authors = ["Dawid Ciężarkiewicz "] description = "Standard Rust log crate adapter to slog-rs" keywords = ["slog", "logging", "json", "log"] license = "MPL-2.0" documentation = "https://dpc.github.io/slog-rs/" homepage = "https://github.com/dpc/slog-rs" repository = "https://github.com/dpc/slog-rs" readme = "README.md" [lib] path = "lib.rs" [dependencies] slog = "1.1" slog-scope = "0.2.2" slog-term = "1.3" log = "0.3.6" crossbeam = "0.2.9"