stderrlog 0.2.4

Logger that logs to stderr based on verbosity specified
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 = "stderrlog"
version = "0.2.4"
authors = ["Doug Goldstein <cardoe@cardoe.com>"]
description = "Logger that logs to stderr based on verbosity specified"
homepage = "https://github.com/cardoe/stderrlog-rs"
documentation = "https://docs.rs/stderrlog/"
readme = "README.md"
keywords = ["log", "loglevel", "logging", "stderr", "stderrlog"]
categories = ["development-tools::debugging"]
license = "MIT/Apache-2.0"
repository = "https://github.com/cardoe/stderrlog-rs"
[dependencies.chrono]
version = "0.4"

[dependencies.log]
version = "0.3, < 0.3.9"

[dependencies.termcolor]
version = "0.3.3"

[dependencies.thread_local]
version = "0.3"
[dev-dependencies.clap]
version = "~2.22.0"

[dev-dependencies.docopt]
version = "0.6"

[dev-dependencies.libc]
version = "0.2"

[dev-dependencies.rustc-serialize]
version = "0.3"