# 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 = "feldera" version = "0.0.1" description = "Feldera Continuous streaming analytics engine CLI tool" license = "MIT OR Apache-2.0" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.colored] version = "2.0" [dependencies.console] version = "0.15.7" features = [] [dependencies.env_logger] version = "0.10.1" [dependencies.indicatif] version = "0.17.7" [dependencies.indicatif-log-bridge] version = "0.2.2" [dependencies.log] version = "0.4.20" [dependencies.once_cell] version = "1.18.0" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.reqwest] version = "0.11" features = [ "blocking", "stream", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.similar] version = "2.3.0"