# 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 = "fiddler-cli" version = "0.3.1" exclude = ["tests"] description = "Data Stream processor CLI written in rust" readme = "README.md" license-file = "LICENSE" resolver = "1" [package.metadata] msrv = "1.74.1" [dependencies.async-trait] version = "0.1.79" [dependencies.clap] version = "4.5.3" features = ["derive"] [dependencies.fiddler] version = "0.3.1" features = ["all"] [dependencies.futures] version = "0.3.30" [dependencies.inline_colorization] version = "0.1.6" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "json", ]