# 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 = "lgm" version = "1.13.0" authors = ["bloznelis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Pulsar cluster managment in terminal" homepage = "https://github.com/bloznelis/lgm" readme = "README.md" keywords = [ "pulsar", "terminal", "tui", ] license = "MIT" repository = "https://github.com/bloznelis/lgm" [[bin]] name = "lgm" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.clipboard] version = "0.5" [dependencies.crossterm] version = "0.27" [dependencies.futures] version = "0.3" [dependencies.itertools] version = "0.12" [dependencies.log] version = "0.4" [dependencies.pulsar] version = "6.3" [dependencies.pulsar-admin-sdk] version = "2.2.0" [dependencies.ratatui] version = "0.26" features = ["all-widgets"] [dependencies.reqwest] version = "0.12" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_urlencoded] version = "0.7" [dependencies.simple-logging] version = "2.0.2" [dependencies.tokio] version = "1.37" features = [ "macros", "rt-multi-thread", ] [dependencies.toml] version = "0.8" [dependencies.uuid] version = "1.8.0"