]> git.proxmox.com Git - rustc.git/blame - src/vendor/env_logger-0.4.3/Cargo.toml
New upstream version 1.25.0+dfsg1
[rustc.git] / src / vendor / env_logger-0.4.3 / Cargo.toml
CommitLineData
2c00a5a8
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
13[package]
14name = "env_logger"
15version = "0.4.3"
16authors = ["The Rust Project Developers"]
17description = "A logging implementation for `log` which is configured via an environment\nvariable.\n"
18homepage = "https://github.com/rust-lang/log"
19documentation = "http://doc.rust-lang.org/log/env_logger"
20categories = ["development-tools::debugging"]
21license = "MIT/Apache-2.0"
22repository = "https://github.com/rust-lang/log"
23
24[[test]]
25name = "regexp_filter"
26harness = false
27[dependencies.regex]
28version = "0.2"
29optional = true
30
31[dependencies.log]
32version = "0.3"
33
34[features]
35default = ["regex"]