grlog 0.1.0

A high-performance async logging library based on gorust GMP runtime
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 = "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"