crypsol_logger 0.2.2

Structured asynchronous logger for Rust services with an AWS CloudWatch backend.
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 = "2024"
name = "crypsol_logger"
version = "0.2.2"
authors = ["Zuhair Thabit<admin@crypsol.tech>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Structured asynchronous logger for Rust services with an AWS CloudWatch backend."
documentation = "https://docs.rs/crypsol_logger"
readme = "README.md"
keywords = [
    "logging",
    "aws",
    "cloudwatch",
    "tokio",
    "async",
]
categories = [
    "development-tools::debugging",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/crypsol/crypsol_logger"

[package.metadata.docs.rs]
all-features = true

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

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

[dependencies.aws-config]
version = "1.8.15"
features = ["behavior-version-latest"]

[dependencies.aws-sdk-cloudwatchlogs]
version = "1.121.0"
features = ["behavior-version-latest"]

[dependencies.chrono]
version = "0.4.44"

[dependencies.colored]
version = "3.1.1"

[dependencies.env_logger]
version = "0.11.9"

[dependencies.log]
version = "0.4.29"

[dependencies.once_cell]
version = "1.21.4"

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1.50.0"
features = [
    "rt-multi-thread",
    "macros",
]

[dev-dependencies.tokio]
version = "1.50.0"
features = [
    "rt",
    "macros",
    "test-util",
]