log 0.1.9

Logging macros and infrastructure for Rust
[package]

name = "log"
version = "0.1.9"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-lang/log"
documentation = "http://doc.rust-lang.org/log"
homepage = "https://github.com/rust-lang/log"
description = """
Logging macros and infrastructure for Rust
"""

[dependencies]
regex = "0.1"