2014-12-13 21:46:26 +00:00
|
|
|
[package]
|
|
|
|
|
|
|
|
name = "log"
|
2015-08-27 16:43:32 +00:00
|
|
|
version = "0.3.2"
|
2014-12-13 21:46:26 +00:00
|
|
|
authors = ["The Rust Project Developers"]
|
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
readme = "README.md"
|
|
|
|
repository = "https://github.com/rust-lang/log"
|
2015-08-27 16:43:32 +00:00
|
|
|
documentation = "https://doc.rust-lang.org/log"
|
2014-12-13 21:46:26 +00:00
|
|
|
homepage = "https://github.com/rust-lang/log"
|
|
|
|
description = """
|
2015-01-25 06:44:46 +00:00
|
|
|
A lightweight logging facade for Rust
|
2014-12-13 21:46:26 +00:00
|
|
|
"""
|
2015-02-09 20:22:54 +00:00
|
|
|
|
|
|
|
[[test]]
|
|
|
|
name = "filters"
|
|
|
|
harness = false
|
2015-03-18 18:33:30 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
libc = "0.1"
|