# 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 = "iggy-cli" version = "0.8.3" authors = ["bartosz.ciesla@gmail.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI for Iggy message streaming platform" homepage = "https://iggy.rs" readme = "README.md" keywords = [ "iggy", "cli", "messaging", "streaming", ] license = "MIT" repository = "https://github.com/iggy-rs/iggy" [[bin]] name = "iggy" path = "src/main.rs" [dependencies.ahash] version = "0.8.11" features = ["serde"] [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.clap_complete] version = "4.5.26" [dependencies.figlet-rs] version = "0.1.5" [dependencies.iggy] version = "0.6.50" features = ["iggy-cli"] [dependencies.keyring] version = "3.2.0" features = [ "sync-secret-service", "vendored", ] optional = true [dependencies.passterm] version = "2.0.1" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-appender] version = "0.2.2" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "fmt", "env-filter", ] default-features = false [features] default = ["login-session"] login-session = ["dep:keyring"]