# 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 = "domlist" version = "1.7.5" authors = ["wabuntu "] description = """ Collects stat infomation from virsh. Mainly for OpenStack admin. """ homepage = "https://github.com/wabuntu" documentation = "https://docs.rs/domlist" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/wabuntu/domlist" [dependencies.clap] version = "4.3.4" features = ["derive"] [dependencies.prettytable-rs] version = "^0.10" [dependencies.ssh2] version = "0.9.4"