[go: up one dir, main page]

pretty_env_logger 0.2.3

a visually pretty env_logger
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 = "pretty_env_logger"
version = "0.2.3"
authors = ["Sean McArthur <sean@seanmonstar>"]
include = ["Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "src/**/*"]
description = "a visually pretty env_logger"
readme = "README.md"
keywords = ["log", "logger", "logging"]
categories = ["development-tools::debugging"]
license = "MIT/Apache-2.0"
repository = "https://github.com/seanmonstar/pretty-env-logger"
[dependencies.ansi_term]
version = "0.11"

[dependencies.env_logger]
version = "0.5"

[dependencies.log]
version = "0.4"