watchrs 0.2.1

Crate that aids in monitoring and setting up alerts for AWS Batch Jobs.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "watchrs"
version = "0.2.1"
authors = ["Michael Habib <mhabib@pixability.com>"]
description = "Crate that aids in monitoring and setting up alerts for AWS Batch Jobs."
homepage = "https://github.com/itsHabib/watchrs"
documentation = "https://docs.rs/watchrs"
readme = "README.md"
keywords = ["aws", "batch", "cloudwatch-events", "sns"]
license = "MIT/Apache-2.0"
repository = "https://github.com/itsHabib/watchrs.git"

[lib]
name = "watchrs"
path = "src/lib.rs"
[dependencies.chrono]
version = "0.4.6"

[dependencies.env_logger]
version = "0.6.1"

[dependencies.log]
version = "0.4.6"

[dependencies.rusoto_core]
version = "0.38.0"

[dependencies.rusoto_events]
version = "0.38.0"

[dependencies.rusoto_sns]
version = "0.38.0"

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

[dependencies.serde_json]
version = "1.0"
[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
repository = "itsHabib/watchrs"