# 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" name = "pepe-log" version = "0.0.7" authors = ["stupid-boar "] description = "Logging functions for PepeTeam template application" homepage = "https://pepe.team" license = "MIT" repository = "https://github.com/crypto-pepe/pepe-rs" [dependencies.chrono] version = "0.4.19" [dependencies.once_cell] version = "1.4" [dependencies.slog] version = "2.7.0" features = [ "max_level_trace", "release_max_level_trace", "nested-values", ] [dependencies.slog-async] version = "2.7.0" features = [ "nested-values", "dynamic-keys", ] [dependencies.slog-envlogger] version = "2.2.0" [dependencies.slog-json] version = "2.6.1" features = [ "nested-values", "dynamic-keys", ] [dependencies.slog-term] version = "2.9.0"