fiddler-cli 4.3.0

Data Stream processor CLI written in rust
Documentation
# 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 = "4.3.0"
build = false
exclude = ["tests"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Data Stream processor CLI written in rust"
readme = "README.md"
license-file = "LICENSE"
resolver = "1"

[package.metadata]
msrv = "1.74.1"

[lib]
name = "fiddler_cmd"
path = "src/lib.rs"

[[bin]]
name = "fiddler-cli"
path = "src/bin.rs"

[dependencies.async-trait]
version = "0.1.79"

[dependencies.clap]
version = "4.5.3"
features = ["derive"]

[dependencies.fiddler]
version = "4.3.0"
features = [
    "elasticsearch",
    "aws",
    "prometheus",
    "clickhouse",
    "http_server",
]

[dependencies.fiddler-macros]
version = "1.1.0"

[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-subscriber]
version = "0.3.18"
features = [
    "env-filter",
    "json",
]

[lints.clippy]
enum_glob_use = "deny"
unwrap_used = "warn"

[lints.rust]
missing-docs = "warn"
redundant-imports = "warn"
unsafe_code = "forbid"
unused-crate-dependencies = "warn"
unused-extern-crates = "warn"
unused-import-braces = "warn"
unused-results = "warn"