зеркало из https://github.com/mozilla/gecko-dev.git
36 строки
1.1 KiB
TOML
36 строки
1.1 KiB
TOML
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
|
|
#
|
|
# When uploading crates to the registry Cargo will automatically
|
|
# "normalize" Cargo.toml files for maximal compatibility
|
|
# with all versions of Cargo and also rewrite `path` dependencies
|
|
# to registry (e.g. crates.io) dependencies
|
|
#
|
|
# If you believe there's an error in this file please file an
|
|
# issue against the rust-lang/cargo repository. If you're
|
|
# editing this file be aware that the upstream Cargo.toml
|
|
# will likely look very different (and much more reasonable)
|
|
|
|
[package]
|
|
name = "env_logger"
|
|
version = "0.4.3"
|
|
authors = ["The Rust Project Developers"]
|
|
description = "A logging implementation for `log` which is configured via an environment\nvariable.\n"
|
|
homepage = "https://github.com/rust-lang/log"
|
|
documentation = "http://doc.rust-lang.org/log/env_logger"
|
|
categories = ["development-tools::debugging"]
|
|
license = "MIT/Apache-2.0"
|
|
repository = "https://github.com/rust-lang/log"
|
|
|
|
[[test]]
|
|
name = "regexp_filter"
|
|
harness = false
|
|
[dependencies.regex]
|
|
version = "0.2"
|
|
optional = true
|
|
|
|
[dependencies.log]
|
|
version = "0.3"
|
|
|
|
[features]
|
|
default = ["regex"]
|