# 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 = "cubic" version = "0.3.0" authors = ["Roger Knecht "] description = """ Cubic is a lightweight command line manager for virtual machines. It has a simple, daemon-less and rootless design. All Cubic virtual machines run isolated in the user context. Cubic is built on top of QEMU, KVM and cloud-init. Show all supported images: $ cubic image list --all Create a new virtual machine instance: $ cubic instance add --name mymachine --image ubuntu:noble List all virtual machine instances: $ cubic list Start an instance: $ cubic start Stop an instance: $ cubic stop Open a shell in the instance: $ cubic ssh Copy a file from the host to the instance: $ cubic scp : Copy a file from the instance to the hots: $ cubic scp : """ homepage = "https://github.com/cubic-vm/cubic" readme = "README.md" keywords = [ "cli", "vm", ] categories = ["command-line-utilities"] license = "GPL-2.0-only" repository = "https://github.com/cubic-vm/cubic" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.clap] version = "^4" features = ["derive"] [dependencies.libc] version = "^0" [dependencies.regex] version = "^1" [dependencies.reqwest] version = "^0" features = ["blocking"] [dependencies.serde] version = "^1" features = ["derive"] [dependencies.serde_json] version = "^1" [dependencies.serde_yaml] version = "^0"