log 0.3.8

A lightweight logging facade for Rust
Documentation
# 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.8"
authors = ["The Rust Project Developers"]
description = "A lightweight logging facade for Rust\n"
homepage = "https://github.com/rust-lang/log"
documentation = "https://docs.rs/log"
readme = "README.md"
categories = ["development-tools::debugging"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-lang/log"

[[test]]
name = "filters"
harness = false

[features]
max_level_info = []
nightly = []
max_level_warn = []
release_max_level_debug = []
release_max_level_info = []
release_max_level_off = []
release_max_level_error = []
max_level_debug = []
release_max_level_warn = []
use_std = []
max_level_off = []
max_level_trace = []
release_max_level_trace = []
max_level_error = []
default = ["use_std"]
[badges.appveyor]
repository = "alexcrichton/log"

[badges.travis-ci]
repository = "rust-lang-nursery/log"