buche 0.7.0

Logger that logs to stderr based on verbosity specified
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "buche"
version = "0.7.0"
authors = ["Franklin Delehelle <github@odena.eu>"]
description = "Logger that logs to stderr based on verbosity specified"
homepage = "https://github.com/delehef/buche"
documentation = "https://docs.rs/buche/"
readme = "README.md"
keywords = [
    "log",
    "loglevel",
    "logging",
    "stderr",
    "buche",
]
categories = ["development-tools::debugging"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/delehef/buche"

[package.metadata.release]
tag-prefix = ""
publish = false
pre-release-hook = [
    "git-cliff",
    "-o",
    "CHANGELOG.md",
    "--tag",
    "{{version}}",
]
allow-branch = ["master"]

[dependencies.atty]
version = "^0.2.6"

[dependencies.chrono]
version = "0.4.10"
features = [
    "clock",
    "std",
    "wasmbind",
]
optional = true
default-features = false

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

[dependencies.termcolor]
version = "~1.1"

[dependencies.thread_local]
version = "~1.1"

[dev-dependencies.clap]
version = "3"
features = ["cargo"]

[dev-dependencies.docopt]
version = "1.1"

[dev-dependencies.libc]
version = "0.2.18"

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

[dev-dependencies.structopt]
version = "0.3.20"

[features]
default = ["timestamps"]
timestamps = ["chrono"]

[badges.appveyor]
branch = "master"
repository = "delehef/buche"
service = "github"

[badges.is-it-maintained-issue-resolution]
repository = "delehef/buche"

[badges.is-it-maintained-open-issues]
repository = "delehef/buche"

[badges.maintenance]
status = "actively-maintained"

[badges.travis-ci]
branch = "master"
repository = "delehef/buche"