# 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_rabbitmq" version = "0.1.6" authors = ["Joatin Granlund "] 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.lapin-futures] version = "0.26.10" [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 = []