[package] name = "eventific_sqs" version = "0.1.1" edition = '2018' license = "MIT" repository = "https://github.com/Joatin/eventific" homepage = "https://github.com/Joatin/eventific" description = "Eventific is a tool that gives you the needed building blocks for event sourcing" authors = ["Joatin Granlund "] [features] integration_tests = [] [dependencies] eventific = { version = "0.1.4", path="../eventific" } uuid = { version = "0.7.4", features = ["serde"] } slog = "2.5.0" futures = "0.1.28" rusoto_core = "0.40.0" rusoto_sqs = "0.40.0" tokio = "0.1.22" failure = "0.1.5" [dev-dependencies] serde_derive = "1.0.95"