# 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 = "rvirsh" version = "0.1.2" authors = ["Ryosuke Yasuoka "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = """ rvirsh is a Rust-based virtual machine management tool built using the libvirt-rs library. It reimplements the functionality of the virsh command, providing simple and efficient virtualization operations in Rust. """ readme = "README.md" license = "MIT" repository = "https://github.com/YsuOS/rvirsh" [lib] name = "rvirsh" path = "src/lib.rs" [[bin]] name = "rv" path = "src/bin/main.rs" [[test]] name = "common" path = "tests/common.rs" [[test]] name = "domain" path = "tests/domain.rs" [[test]] name = "net" path = "tests/net.rs" [[test]] name = "pool" path = "tests/pool.rs" [[test]] name = "snapshot" path = "tests/snapshot.rs" [[test]] name = "test" path = "tests/test.rs" [[test]] name = "volume" path = "tests/volume.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.config] version = "0.14.0" [dependencies.home] version = "0.5.9" [dependencies.libc] version = "0.2.161" [dependencies.quick-xml] version = "0.24.1" [dependencies.regex] version = "1.11.0" [dependencies.termios] version = "0.3.3" [dependencies.virt] version = "0.4.1" [dependencies.virt-sys] version = "0.3.0" [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.predicates] version = "=3.1.2" [build-dependencies.home] version = "0.5.9"