]> git.proxmox.com Git - rustc.git/blame - src/vendor/env_logger/Cargo.toml
New upstream version 1.25.0+dfsg1
[rustc.git] / src / vendor / env_logger / Cargo.toml
CommitLineData
041b39d2
XL
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g. crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
476ff2be
SL
13[package]
14name = "env_logger"
2c00a5a8 15version = "0.5.3"
476ff2be 16authors = ["The Rust Project Developers"]
041b39d2 17description = "A logging implementation for `log` which is configured via an environment\nvariable.\n"
2c00a5a8
XL
18documentation = "https://docs.rs/env_logger"
19readme = "README.md"
20keywords = ["logging", "log", "logger"]
8bb4bdeb 21categories = ["development-tools::debugging"]
041b39d2 22license = "MIT/Apache-2.0"
2c00a5a8 23repository = "https://github.com/sebasmagri/env_logger/"
476ff2be
SL
24
25[[test]]
26name = "regexp_filter"
27harness = false
2c00a5a8
XL
28
29[[test]]
30name = "log-in-log"
31harness = false
32[dependencies.atty]
33version = "0.2"
34
35[dependencies.chrono]
36version = "0.4"
37
38[dependencies.log]
39version = "0.4.0"
40features = ["std"]
41
041b39d2
XL
42[dependencies.regex]
43version = "0.2"
44optional = true
45
2c00a5a8 46[dependencies.termcolor]
041b39d2 47version = "0.3"
476ff2be
SL
48
49[features]
50default = ["regex"]