fern 0.5.4

Simple, efficient logging
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 = "fern"
version = "0.5.4"
authors = ["David Ross <daboross@daboross.net>"]
include = ["Cargo.toml", "src/**/*", "tests/**/*", "examples/**/*", "LICENSE", "README.md", "CONTRIBUTING.md", "CHANGELOG.md"]
description = "Simple, efficient logging"
documentation = "https://docs.rs/fern/"
readme = "README.md"
keywords = ["log", "logging", "logger"]
categories = ["development-tools::debugging"]
license = "MIT"
repository = "https://github.com/daboross/fern"
[package.metadata.docs.rs]
all-features = true

[[example]]
name = "cmd-program"

[[example]]
name = "colored"
required-features = ["colored"]

[[example]]
name = "syslog"
required-features = ["syslog-3"]

[[example]]
name = "meta-logging"
[dependencies.colored]
version = "1.5"
optional = true

[dependencies.log]
version = "0.4"
features = ["std"]

[dependencies.syslog]
version = "3.3"
optional = true
[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.clap]
version = "2.22"

[dev-dependencies.tempdir]
version = "0.3"

[features]
meta-logging-in-format = []
syslog-3 = ["syslog"]
[badges.appveyor]
repository = "daboross/fern"

[badges.coveralls]
repository = "daboross/fern"

[badges.travis-ci]
repository = "daboross/fern"