# 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 = "mmh" version = "0.1.16" authors = ["ming <18120580001@163.com>"] build = false exclude = ["doc"] publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "my ssh tools" homepage = "https://docs.rs/crate/mmh" readme = "README.md" keywords = [ "cli", "ssh-tools", ] categories = ["command-line-utilities"] license = "MIT" [profile.release] lto = true strip = true [[bin]] name = "mmh" path = "src/main.rs" [dependencies.clap] version = "4.5.15" features = ["derive"] [dependencies.clap_complete] version = "4.5.16" [dependencies.serde] version = "1.0.207" features = ["derive"] [dependencies.tabled] version = "0.16.0" [dependencies.toml] version = "0.8.19"