# 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 = "cloudwatch-logs-upload" version = "0.6.2" authors = ["Nicholas Bishop "] description = "Library for uploading events to AWS CloudWatch Logs" readme = "README.md" keywords = [ "aws", "cloudwatch", "logs", ] license = "Apache-2.0" repository = "https://github.com/nicholasbishop/cloudwatch-logs-upload" [dependencies.fehler] version = "1.0.0" [dependencies.log] version = "0.4.14" [dependencies.rusoto_core] version = "0.42.0" features = ["rustls"] default_features = false [dependencies.rusoto_logs] version = "0.42.0" features = ["rustls"] default_features = false [dependencies.thiserror] version = "1.0.30" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.simple_logger] version = "1.13.0" [badges.maintenance] status = "deprecated"