yozefu 0.0.2

yozefu is a CLI tool for Apache kafka. It allows you to navigate topics and search Kafka records.
[[bin]]
name = "yozf"
path = "src/main.rs"

[dependencies.command]
package = "yozefu-command"
version = "0.0.2"

[dependencies.tokio]
features = ["full"]
version = "1"

[features]
default = ["ssl-vendored", "gssapi-vendored"]
gssapi-vendored = ["command/gssapi-vendored"]
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."
edition = "2021"
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.git"
version = "0.0.2"