[package]
edition = "2021"
name = "grlog"
version = "0.1.0"
authors = ["lijun <1489573464@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-performance async logging library based on gorust GMP runtime"
homepage = "https://github.com/WLmutou/grlog"
documentation = "https://docs.rs/grlog"
readme = "README.md"
keywords = [
"logging",
"async",
"gmp",
"gorust",
"performance",
]
categories = [
"development-tools::debugging",
"asynchronous",
]
license = "MIT"
repository = "https://github.com/WLmutou/grlog"
[lib]
name = "grlog"
path = "src/lib.rs"
[dependencies.chrono]
version = "0.4"
[dependencies.gorust]
version = "0.1.6"
[dependencies.log]
version = "0.4"