gecko-dev/third_party/rust/log-0.3.9/Cargo.toml
Matt Brubeck 134bbc1272 Bug 1443257 - Update log crate from 0.3.8 to 0.3.9. r=ted
MozReview-Commit-ID: DMzMun9EgnG

--HG--
rename : third_party/rust/log-0.3.8/LICENSE-APACHE => third_party/rust/log-0.3.9/LICENSE-APACHE
rename : third_party/rust/log-0.3.8/LICENSE-MIT => third_party/rust/log-0.3.9/LICENSE-MIT
rename : third_party/rust/log-0.3.8/appveyor.yml => third_party/rust/log-0.3.9/appveyor.yml
extra : amend_source : aa43f61701d7b5b97cac89faaa4e66c67035c4e1
2018-03-05 11:21:46 -08:00

46 lines
1.6 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 = "log"
version = "0.3.9"
authors = ["The Rust Project Developers"]
description = "A lightweight logging facade for Rust\n"
homepage = "https://github.com/rust-lang/log"
documentation = "https://doc.rust-lang.org/log"
readme = "README.md"
categories = ["development-tools::debugging"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-lang/log"
[lib]
doctest = false
[dependencies.log]
version = "0.4"
[features]
default = ["use_std"]
max_level_debug = ["log/max_level_debug"]
max_level_error = ["log/max_level_error"]
max_level_info = ["log/max_level_info"]
max_level_off = ["log/max_level_off"]
max_level_trace = ["log/max_level_trace"]
max_level_warn = ["log/max_level_warn"]
nightly = []
release_max_level_debug = ["log/release_max_level_debug"]
release_max_level_error = ["log/release_max_level_error"]
release_max_level_info = ["log/release_max_level_info"]
release_max_level_off = ["log/release_max_level_off"]
release_max_level_trace = ["log/release_max_level_trace"]
release_max_level_warn = ["log/release_max_level_warn"]
use_std = ["log/std"]