# 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 = "2018" rust-version = "1.53" name = "slog-json" version = "2.6.1" authors = ["Dawid Ciężarkiewicz "] description = "JSON drain for slog-rs" homepage = "https://github.com/slog-rs/slog" documentation = "https://docs.rs/slog-json" readme = "README.md" keywords = [ "slog", "logging", "json", ] license = "MPL-2.0 OR MIT OR Apache-2.0" repository = "https://github.com/slog-rs/json" [package.metadata.docs.rs] features = [ "nested-values", "dynamic-keys", ] [dependencies.erased-serde] version = "0.3" optional = true [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.slog] version = "2.1.1" [dependencies.time] version = "0.3.6" features = ["formatting"] [dev-dependencies.slog-async] version = "2" [features] default = [] dynamic-keys = ["slog/dynamic-keys"] nested-values = [ "erased-serde", "slog/nested-values", ]