vlog 0.1.1

Macros to do stdout / stderr logs based on verbosity level.
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 = "vlog"
version = "0.1.1"
authors = ["Chen Weiguang <chen.weiguang@gmail.com>"]
description = "Macros to do stdout / stderr logs based on verbosity level."
documentation = "https://docs.rs/vlog"
readme = "README.md"
keywords = ["verbose", "verbosity", "level", "log", "cli"]
categories = ["command-line-utilities", "config", "rust-patterns"]
license = "MIT"
repository = "https://github.com/guangie88/vlog-rs"

[lib]
name = "vlog"
path = "src/lib.rs"
[badges.codecov]
repository = "guangie88/vlog-rs"

[badges.travis-ci]
repository = "guangie88/vlog-rs"