[[bin]]
name = "yozf"
path = "src/main.rs"
[dependencies.assert_cmd]
version = "2.1.1"
[dependencies.command]
package = "yozefu-command"
version = "0.0.21"
[dependencies.console-subscriber]
version = "0.5.0"
[dependencies.testcontainers]
features = ["blocking"]
version = "0.25.0"
[dependencies.tokio]
features = ["full", "tracing"]
version = "1"
[features]
default = ["ssl-vendored", "libz-static"]
gssapi-vendored = ["command/gssapi-vendored"]
libz-static = ["command/libz-static"]
ssl-vendored = ["command/ssl-vendored"]
[package]
authors = ["Yann Prono <yann.prono@maif.fr>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "gui", "development-tools"]
description = "Yozefu is a CLI tool for Apache kafka. It allows you to navigate topics and search Kafka records."
documentation = "https://docs.rs/yozefu"
edition = "2024"
homepage = "https://github.com/MAIF/yozefu"
keywords = ["kafka", "consumer", "avro", "tui", "ratatui"]
license = "Apache-2.0"
name = "yozefu"
readme = "README.md"
repository = "https://github.com/MAIF/yozefu"
rust-version = "1.85.0"
version = "0.0.21"
[package.metadata.cargo-machete]
ignored = ["console-subscriber"]
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"
[[test]]
name = "yozefu_testcontainer"
path = "tests/yozefu_testcontainer.rs"