# 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 = "fda" version = "0.32.0" build = "build.rs" include = [ "openapi.json", "/src", "build.rs", "COPYRIGHT", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI tool for interacting with Feldera" homepage = "https://github.com/feldera/feldera" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/feldera/feldera" [package.metadata.cargo-machete] ignored = [ "progenitor-client", "chrono", "prettytable-rs", "serde", "serde_json", "uuid", ] [[bin]] name = "fda" path = "src/main.rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "4.5.17" features = [ "derive", "env", "color", ] [dependencies.clap_complete] version = "4.5.26" features = ["unstable-dynamic"] [dependencies.directories] version = "5" [dependencies.env_logger] version = "0.11.5" [dependencies.feldera-types] version = "0.32.0" [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3.30" [dependencies.log] version = "0.4" [dependencies.progenitor-client] version = "0.7.0" [dependencies.reqwest] version = "0.11" features = [ "json", "stream", ] [dependencies.rmpv] version = "1.3.0" features = ["with-serde"] [dependencies.rustyline] version = "14" features = ["with-file-history"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tabled] version = "0.16.0" features = [ "macros", "ansi", ] [dependencies.tempfile] version = "3.12.0" [dependencies.tokio] version = "1.0.0" features = [ "rt-multi-thread", "macros", "io-std", "process", ] [dependencies.tokio-util] version = "0.7.12" [dependencies.uuid] version = "1.10" features = [ "serde", "v7", ] [build-dependencies.prettyplease] version = "0.2.22" [build-dependencies.progenitor] version = "0.7.0" [build-dependencies.reqwest] version = "0.11" features = [ "json", "stream", ] [build-dependencies.serde_json] version = "1.0" [build-dependencies.syn] version = "2.0.77"