# 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 = "sloggers" version = "2.2.0" authors = ["Takeru Ohta "] description = "This library provides frequently used slog loggers and convenient functions" homepage = "https://github.com/sile/sloggers" readme = "README.md" keywords = ["logger"] license = "MIT" repository = "https://github.com/sile/sloggers" [dependencies.chrono] version = "0.4" features = [ "clock", "std", ] default-features = false [dependencies.libflate] version = "2" optional = true [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.slog] version = "2" [dependencies.slog-async] version = "2" [dependencies.slog-json] version = "2.3.0" optional = true [dependencies.slog-kvfilter] version = "~0.7" optional = true [dependencies.slog-scope] version = "4" [dependencies.slog-stdlog] version = "4" [dependencies.slog-term] version = "2" [dependencies.trackable] version = "1" [dev-dependencies.clap] version = "4" [dev-dependencies.log] version = "0.4" [dev-dependencies.serdeconv] version = "0.4" [dev-dependencies.tempfile] version = "3" [features] default = [ "libflate", "slog-kvfilter", ] json = ["slog-json"] [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(unix)".dependencies.once_cell] version = "1" [target."cfg(windows)".dependencies.winapi] version = "~0.3.5" [target."cfg(windows)".dependencies.windows-acl] version = "~0.3.0" [badges.coveralls] repository = "sile/sloggers"