pretty_logger 0.1.8

A pretty logger similar to pretty_env_logger, but configured from the init function instead of from an environment variable.
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 = "pretty_logger"
version = "0.1.8"
authors = ["Nathaniel Ringo <remexre@gmail.com>"]
description = "A pretty logger similar to pretty_env_logger, but configured from the init function instead of from an environment variable."
homepage = "https://github.com/remexre/pretty_logger"
documentation = "https://docs.rs/pretty_logger"
license = "MIT/Apache-2.0"
repository = "https://github.com/remexre/pretty_logger"
[dependencies.isatty]
version = "0.1.3"

[dependencies.ansi_term]
version = "0.10.0"

[dependencies.log]
version = "0.3.0"

[dependencies.unicode-segmentation]
version = "1.2.0"