# 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 = "2018" name = "pulsar-cli" version = "1.0.0" authors = ["rotemy"] description = "Easier CLI for Apache Pulsar" keywords = ["settings", "config", "configuration"] license = "MIT" [dependencies.anyhow] version = "1.0.38" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.colored_json] version = "2.1" [dependencies.env_logger] version = "0.8" [dependencies.futures] version = "0.3" [dependencies.humantime] version = "2.1" [dependencies.itertools] version = "0.10" [dependencies.log] version = "0.4" [dependencies.pulsar] version = "4" [dependencies.serde] version = "1.0.123" [dependencies.serde_json] version = "1.0.62" [dependencies.structopt] version = "0.3.21" [dependencies.termion] version = "1.5.6" [dependencies.tokio] version = "1" features = ["macros", "rt-multi-thread", "time"] [dependencies.url] version = "2"