multi_log 0.1.2

Logger which passes messages on to any number of other loggers.
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 = "multi_log"
version = "0.1.2"
authors = ["Dave Challis <suicas@gmail.com>"]
description = "Logger which passes messages on to any number of other loggers."
readme = "README.md"
keywords = ["logging", "log", "logger"]
license = "MIT"
repository = "https://github.com/davechallis/multi_log"
[dependencies.log]
version = "0.4"
features = ["std"]
[dev-dependencies.env_logger]
version = "0.5"

[dev-dependencies.simplelog]
version = "0.5"