winston 0.8.2

winston for rust
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 = "winston"
version = "0.8.2"
authors = ["ifeanyi ugwu"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "winston for rust"
documentation = "https://docs.rs/winston"
readme = "README.md"
keywords = [
    "winston",
    "logger",
    "logging",
]
categories = ["development-tools::debugging"]
license = "MIT"
repository = "https://github.com/ifeanyi-ugwu/winston_rs"
resolver = "3"

[features]
log-backend = ["log"]
log-backend-kv = [
    "log-backend",
    "log/kv_unstable",
]

[lib]
name = "winston"
path = "src/lib.rs"

[[test]]
name = "backpressure"
path = "tests/backpressure.rs"

[[test]]
name = "concurrency"
path = "tests/concurrency.rs"

[[test]]
name = "error_handling"
path = "tests/error_handling.rs"

[[test]]
name = "global_logger"
path = "tests/global_logger.rs"

[[test]]
name = "global_logger_close"
path = "tests/global_logger_close.rs"

[[test]]
name = "global_logger_configure"
path = "tests/global_logger_configure.rs"

[[test]]
name = "global_logger_uninitialized"
path = "tests/global_logger_uninitialized.rs"

[[test]]
name = "log_backend"
path = "tests/log_backend.rs"

[[test]]
name = "macros"
path = "tests/macros.rs"

[[test]]
name = "public_api"
path = "tests/public_api.rs"

[[bench]]
name = "logger_benchmark"
path = "benches/logger_benchmark.rs"
harness = false

[dependencies.chrono]
version = "0.4.38"

[dependencies.crossbeam-channel]
version = "0.5.13"

[dependencies.log]
version = "0.4.28"
optional = true

[dependencies.logform]
version = "0.7.0"

[dependencies.parking_lot]
version = "0.12.3"

[dependencies.serde]
version = "1.0.208"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.125"

[dependencies.winston_file]
version = "0.3.1"

[dependencies.winston_transport]
version = "0.7.1"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.serial_test]
version = "3.2.0"

[profile.bench]
debug = 2