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