# 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 = "tempest" version = "0.1.1" authors = ["Greg Melton "] description = "Realtime message handling framework inspired by Apache Storm and built with Actix" readme = "README.md" keywords = ["storm", "actix", "async", "tokio"] categories = [] license = "MIT" repository = "https://github.com/grippy/tempest.git" [[example]] name = "topology_example" path = "examples/topology-example/src/main.rs" [dependencies.actix] version = "0.8.1" [dependencies.byteorder] version = "1.1" [dependencies.bytes] version = "0.4" [dependencies.config] version = "0.9" [dependencies.futures] version = "0.1" [dependencies.histogram] version = "0.6.9" [dependencies.lazy_static] version = "1.3.0" [dependencies.log] version = "0.4" [dependencies.minreq] version = "1.3.0" [dependencies.rand] version = "0.3" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.2" [dependencies.tempest-source] version = "=0.1.1" [dependencies.tokio-codec] version = "0.1" [dependencies.tokio-io] version = "0.1" [dependencies.tokio-signal] version = "0.2.7" [dependencies.tokio-tcp] version = "0.1" [dependencies.tokio-timer] version = "0.2.11" [dependencies.uuid] version = "0.7" features = ["v4"] [dev-dependencies.pretty_env_logger] version = "0.3.0" [dev-dependencies.tempest-source] version = "=0.1.1" [dev-dependencies.tempest-source-mock] version = "=0.1.1"