# 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 = "slog-extlog" version = "8.1.0" authors = ["Metaswitch Networks Ltd"] description = "Object-based logging and statistics tracking through logs" homepage = "https://github.com/slog-rs/extlog" readme = "README.md" keywords = [ "slog", "log", "logging", ] license = "Apache-2.0" repository = "https://github.com/slog-rs/extlog" [[bench]] name = "stats" harness = false [dependencies.erased-serde] version = "0.3" [dependencies.iobuffer] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.slog] version = "2.7" features = ["nested-values"] [dependencies.slog-extlog-derive] version = "=8.1.0" optional = true [dependencies.slog-json] version = "2.6" features = ["nested-values"] [dependencies.tokio] version = "1" features = [ "rt", "time", ] optional = true [dev-dependencies.bencher] version = "0.1.5" [dev-dependencies.slog-extlog-derive] version = "=8.1.0" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "time", ] [features] derive = ["slog-extlog-derive"] interval_logging = ["tokio"]