]> git.proxmox.com Git - cargo.git/blob - vendor/env_logger-0.5.13/Cargo.toml
New upstream version 0.33.0
[cargo.git] / vendor / env_logger-0.5.13 / Cargo.toml
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
13 [package]
14 name = "env_logger"
15 version = "0.5.13"
16 authors = ["The Rust Project Developers"]
17 description = "A logging implementation for `log` which is configured via an environment\nvariable.\n"
18 documentation = "https://docs.rs/env_logger"
19 readme = "README.md"
20 keywords = ["logging", "log", "logger"]
21 categories = ["development-tools::debugging"]
22 license = "MIT/Apache-2.0"
23 repository = "https://github.com/sebasmagri/env_logger/"
24
25 [[test]]
26 name = "regexp_filter"
27 harness = false
28
29 [[test]]
30 name = "log-in-log"
31 harness = false
32 [dependencies.atty]
33 version = "0.2.5"
34
35 [dependencies.humantime]
36 version = "1.1"
37
38 [dependencies.log]
39 version = "0.4"
40 features = ["std"]
41
42 [dependencies.regex]
43 version = "1.0.3"
44 optional = true
45
46 [dependencies.termcolor]
47 version = "1"
48
49 [features]
50 default = ["regex"]