# 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] name = "batch" version = "0.1.1" authors = ["Louis Person "] description = "Distributed task queue library based on RabbitMQ" homepage = "https://kureuil.github.io/batch-rs/" readme = "README.md" keywords = ["task", "job", "queue", "rabbitmq", "amqp"] categories = ["asynchronous"] license = "MIT/Apache-2.0" repository = "https://github.com/kureuil/batch-rs" [dependencies.batch-codegen] version = "0.1" optional = true [dependencies.failure] version = "0.1.1" [dependencies.futures] version = "0.1.17" [dependencies.lapin-async] version = "0.10" [dependencies.lapin-futures] version = "0.10" [dependencies.lapin-futures-rustls] version = "0.10" [dependencies.lapin-futures-tls-api] version = "0.6" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tokio-core] version = "0.1" [dependencies.uuid] version = "0.6" features = ["v4", "serde"] [dependencies.wait-timeout] version = "0.1.5" [dev-dependencies.env_logger] version = "0.5" [features] codegen = ["batch-codegen"] default = ["codegen"] [badges.travis-ci] repository = "kureuil/batch-rs"