# 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 = "kofr" version = "0.1.1" authors = ["Ahmed Fayez ahmedf.higgy@gmail.com"] exclude = [ "/.github/", "/examples/", ] description = "A Modern and configurable CLI for managing kafka connect clusters" homepage = "https://github.com/A-Fayez/kofr" readme = "README.md" keywords = [ "cli", "kafka", "kafka-connect", ] categories = [ "command-line-utilities", "kafka", ] license = "MIT" repository = "https://github.com/A-Fayez/kofr" [dependencies.anyhow] version = "1.0.72" [dependencies.clap] version = "4.3.21" features = ["derive"] [dependencies.clap-stdin] version = "0.2.1" [dependencies.exitcode] version = "1.1.2" [dependencies.home] version = "0.5.5" [dependencies.serde] version = "1.0.180" features = ["derive"] [dependencies.serde_json] version = "1.0.103" [dependencies.serde_yaml] version = "0.9.25" [dependencies.shellexpand] version = "3.1.0" [dependencies.tabled] version = "0.12" [dependencies.tempfile] version = "3.8.0" [dependencies.thiserror] version = "1.0.44" [dependencies.ureq] version = "2.6.1" features = ["json"] [dev-dependencies.assert_cmd] version = "2.0.12" [dev-dependencies.predicates] version = "3.0.4"