loggerv 0.7.1

A simple log implementation that logs to stdout and stderr with colors
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 = "loggerv"
version = "0.7.1"
authors = ["Eirik Albrigtsen <sszynrae@gmail.com>", "Christopher Field <cfield2@gmail.com>"]
description = "A simple log implementation that logs to stdout and stderr with colors"
documentation = "http://clux.github.io/loggerv"
readme = "README.md"
keywords = ["log", "logger", "stdio", "cli"]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/clux/loggerv"

[[example]]
name = "quick"
path = "examples/quick.rs"

[[example]]
name = "run-time-config"
path = "examples/run_time_config.rs"

[[example]]
name = "compile-time-config"
path = "examples/compile_time_config.rs"

[[example]]
name = "cfg-config"
path = "examples/cfg_config.rs"

[[example]]
name = "output-config"
path = "examples/output_config.rs"
[dependencies.ansi_term]
version = "0.11"

[dependencies.atty]
version = "0.2"

[dependencies.log]
version = "0.4"
features = ["std"]
[dev-dependencies.clap]
version = "2.1.2"