# 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.59" name = "slog-bunyan" version = "2.5.0" authors = ["Dawid Ciężarkiewicz "] description = "Bunyan formatter for slog-rs" homepage = "https://github.com/slog-rs/slog" documentation = "https://docs.rs/slog-bunyan" readme = "README.md" keywords = [ "log", "logging", "structured", "hierarchical", ] license = "MPL-2.0" repository = "https://github.com/slog-rs/bunyan" [lib] path = "lib.rs" [dependencies.hostname] version = "0.3.0" [dependencies.slog] version = "2" [dependencies.slog-json] version = "2.6" [dependencies.time] version = "0.3.15" features = [ "formatting", "local-offset", "macros", ] [features] nested-values = ["slog-json/nested-values"]