blob: 047e6e4f68142044922f6f0a320464bb3d85e7f0 [file] [log] [blame]
# 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.4.0"
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.env_logger]
version = "0.7.0"
[dependencies.log]
version = "0.4"