slog-extlog 5.1.0

Object-based logging and statistics tracking through logs
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "slog-extlog"
version = "5.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.futures]
version = "0.1"

[dependencies.iobuffer]
version = "0.1"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1"

[dependencies.slog]
version = "=2.1.1"
features = ["nested-values"]

[dependencies.slog-json]
version = "2.1"
features = ["nested-values"]

[dependencies.tokio-core]
version = "0.1"

[dependencies.tokio-timer]
version = "0.1"
[dev-dependencies.bencher]
version = "0.1.5"

[dev-dependencies.slog-extlog-derive]
version = "5"