cloudwatch_logging 1.0.0

A simple library for logging to AWS CloudWatch Logs
Documentation
[dependencies.async-trait]
version = "0.1.73"

[dependencies.rusoto_core]
version = "0.48.0"

[dependencies.rusoto_logs]
version = "0.48.0"

[dependencies.tokio]
features = ["rt-multi-thread", "sync", "time"]
version = "1.6.1"

[dev-dependencies.loom]
features = ["futures"]
version = "0.7.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1.6.1"

[dev-dependencies.tokio-test]
version = "0.4.2"

[features]
DEBUG = []
default = []
doc_tests = []
im_ok_paying_for_testing = []
loom = ["singleton"]
singleton = []

[package]
authors = ["Omena Inc. <info@omena.ai>", "Clelland Green III"]
categories = ["api-bindings", "development-tools::debugging", "asynchronous"]
description = "A simple library for logging to AWS CloudWatch Logs"
edition = "2021"
exclude = ["tests/**/*"]
include = ["**/*.rs", "Cargo.toml"]
keywords = ["aws", "cloudwatch", "logging", "async"]
license = "MIT"
name = "cloudwatch_logging"
readme = "README.md"
repository = "https://github.com/Omena-Palette/CloudWatchLogging"
version = "1.0.0"

[package.metadata.docs.rs]
cargo-args = ["-Z", "build-std"]
default-target = "x86_64-unknown-linux-gnu"
features = ["singleton"]
rustdoc-args = ["--generate-link-to-definition", "--cfg", "docsrs", "-Z", "unstable-options"]