[go: up one dir, main page]

colog 0.2.1

The `colog` library is a simple formatter backend for the standard rust logging system (in the `log` crate).
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 = "colog"
version = "0.2.1"
authors = ["Christian Iversen <ci@iversenit.dk>"]
description = "The `colog` library is a simple formatter backend for the standard rust logging system (in the `log` crate)."
homepage = "https://github.com/chrivers/rust-colog"
readme = "README.md"
categories = ["value-formatting", "command-line-interface", "development-tools"]
license = "LGPL-3.0"
[dependencies.colored]
version = "1.7"

[dependencies.env_logger]
version = "0.6"

[dependencies.log]
version = "^0.4"