# 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 = "vps" version = "0.1.5" authors = ["Samir Djelal "] exclude = ["screenshot/*"] description = "VPS Configuration" homepage = "https://github.com/samirdjelal/vps" documentation = "https://docs.rs/vps" readme = "README.md" keywords = ["vps", "vps-config", "vps-configuration", "config", "configuration"] license = "MIT" repository = "https://github.com/samirdjelal/vps" resolver = "2" [lib] name = "vps" path = "src/lib.rs" [[bin]] name = "vps" path = "src/main.rs" [dependencies.dialoguer] version = "0.10.0" features = ["editor", "password", "completion", "history"] [dependencies.execute] version = "0.2.10" [dependencies.nix] version = "0.23.1"