# 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 = "mqtt-client-cli" version = "0.3.0" authors = ["Ming Chang "] description = "mqtt-client-cli - A CLI MQTT Client" readme = "README.md" keywords = [ "cli", "mqtt", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ming900518/mqtt-client-cli" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 panic = "abort" strip = true [dependencies.axum] version = "0.7.5" features = ["query"] [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.futures-util] version = "0.3.30" [dependencies.mimalloc] version = "0.1.42" [dependencies.paho-mqtt] version = "0.12.5" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.tokio] version = "1.38.0" features = ["full"] [lints.clippy] items_after_statements = "allow" module_name_repetitions = "allow" similar_names = "allow" [lints.clippy.all] level = "warn" priority = -1 [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] unsafe_code = "forbid"