]> git.proxmox.com Git - cargo.git/blob - vendor/env_logger/Cargo.toml
New upstream version 0.47.0
[cargo.git] / vendor / env_logger / 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 edition = "2018"
15 name = "env_logger"
16 version = "0.7.1"
17 authors = ["The Rust Project Developers"]
18 description = "A logging implementation for `log` which is configured via an environment\nvariable.\n"
19 documentation = "https://docs.rs/env_logger"
20 readme = "README.md"
21 keywords = ["logging", "log", "logger"]
22 categories = ["development-tools::debugging"]
23 license = "MIT/Apache-2.0"
24 repository = "https://github.com/sebasmagri/env_logger/"
25
26 [[test]]
27 name = "regexp_filter"
28 harness = false
29
30 [[test]]
31 name = "log-in-log"
32 harness = false
33
34 [[test]]
35 name = "log_tls_dtors"
36 harness = false
37
38 [[test]]
39 name = "init-twice-retains-filter"
40 harness = false
41 [dependencies.atty]
42 version = "0.2.5"
43 optional = true
44
45 [dependencies.humantime]
46 version = ">= 1.3, < 3"
47 optional = true
48
49 [dependencies.log]
50 version = "0.4.8"
51 features = ["std"]
52
53 [dependencies.regex]
54 version = "1.0.3"
55 optional = true
56
57 [dependencies.termcolor]
58 version = "1.0.2"
59 optional = true
60
61 [features]
62 default = ["termcolor", "atty", "humantime", "regex"]