eventific_sqs 0.1.1

Eventific is a tool that gives you the needed building blocks for event sourcing
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 = "eventific_sqs"
version = "0.1.1"
authors = ["Joatin Granlund <granlundjoatin@gmail.com>"]
description = "Eventific is a tool that gives you the needed building blocks for event sourcing"
homepage = "https://github.com/Joatin/eventific"
license = "MIT"
repository = "https://github.com/Joatin/eventific"
[dependencies.eventific]
version = "0.1.4"

[dependencies.failure]
version = "0.1.5"

[dependencies.futures]
version = "0.1.28"

[dependencies.rusoto_core]
version = "0.40.0"

[dependencies.rusoto_sqs]
version = "0.40.0"

[dependencies.slog]
version = "2.5.0"

[dependencies.tokio]
version = "0.1.22"

[dependencies.uuid]
version = "0.7.4"
features = ["serde"]
[dev-dependencies.serde_derive]
version = "1.0.95"

[features]
integration_tests = []