tui-logger 0.1.11

Logger with smart widget for the `tui` 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 = "tui-logger"
version = "0.1.11"
authors = ["Jochen Kiemes <jochen@kiemes.de>"]
description = "Logger with smart widget for the `tui` crate"
documentation = "https://docs.rs/tui-logger/0.1.11/tui_logger/"
readme = "README.md"
keywords = ["tui", "log", "logger", "widget", "dispatcher"]
license = "MIT"
repository = "https://github.com/gin66/tui-logger"
[dependencies.chrono]
version = "0.4"

[dependencies.fxhash]
version = "0.2"

[dependencies.lazy_static]
version = "1.0"

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "0.5"

[dependencies.termion]
version = "1.5"

[dependencies.tui]
version = "0.2"
[badges.travis-ci]
repository = "gin66/tui-logger"