[dependencies.console]
version = ">=0.9"
[dependencies.indicatif]
version = ">=0.11"
[dependencies.log]
features = ["std"]
version = "^0.4.8"
[dependencies.structopt]
optional = true
version = ">= 0.2"
[features]
default = ["structopt"]
[package]
authors = ["Michael Ekstrand <michaelekstrand@boisestate.edu>"]
categories = ["command-line-interface"]
description = "Simple logging backend for command-line utilities"
edition = "2018"
homepage = "https://github.com/mdekstrand/happylog"
keywords = ["logging", "console"]
license = "MIT"
name = "happylog"
readme = "README.md"
repository = "https://github.com/mdekstrand/happylog.git"
version = "0.2.0"