tracing-cloudwatch 0.4.0

tracing-subscriber layer that sends your application's tracing events(logs) to AWS CloudWatch Logs
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 = "tracing-cloudwatch"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "tracing-subscriber layer that sends your application's tracing events(logs) to AWS CloudWatch Logs"
readme = "README.md"
keywords = [
    "tracing",
    "aws",
    "cloudwatch",
]
categories = ["development-tools::debugging"]
license = "MIT"
repository = "https://github.com/ymgyt/tracing-cloudwatch"

[features]
awssdk = ["aws-sdk-cloudwatchlogs"]
default = []
ordered_logs = []
rusoto = [
    "rusoto_logs/default",
    "rusoto_core/default",
]
rusoto_rustls = [
    "rusoto_logs/rustls",
    "rusoto_core/rustls",
]

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

[[example]]
name = "awssdk"
path = "examples/awssdk.rs"

[[example]]
name = "rusoto"
path = "examples/rusoto.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.aws-sdk-cloudwatchlogs]
version = "1"
optional = true
default-features = false

[dependencies.chrono]
version = "0.4"

[dependencies.rusoto_core]
version = "0.48"
optional = true
default-features = false

[dependencies.rusoto_logs]
version = "0.48"
optional = true
default-features = false

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "sync",
    "time",
    "macros",
]

[dependencies.tracing]
version = "0.1"
features = ["std"]
default-features = false

[dependencies.tracing-core]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "std",
    "fmt",
    "smallvec",
]
default-features = false

[dev-dependencies.aws-config]
version = "1"

[dev-dependencies.insta]
version = "1.40.0"

[dev-dependencies.tokio]
version = "1.28.0"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
    "time",
]

[dev-dependencies.tracing]
version = "0.1.37"

[dev-dependencies.tracing-subscriber]
version = "0.3.17"
features = ["json"]