# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "arroyo" version = "0.7.0" authors = ["Arroyo Systems "] description = """ Arroyo is a distributed stream processor that lets users ask complex questions of high-volume real-time data by writing SQL. This CLI can be used to run Arroyo clusters in Docker """ homepage = "https://arroyo.dev" readme = "README.md" keywords = [ "streaming", "data", "sql", "event-processing", ] categories = [ "database-implementations", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ArroyoSystems/arroyo" [dependencies.anyhow] version = "1.0.75" features = ["backtrace"] [dependencies.bollard] version = "0" [dependencies.clap] version = "4" features = ["derive"] [dependencies.open] version = "5.0.0" [dependencies.reqwest] version = "0.11.20" [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.14"