# 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 = "vsv" version = "2.0.0" exclude = ["/assets"] description = "Runit service manager CLI" keywords = [ "runit", "void", "void-linux", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/bahamas10/rust-vsv" resolver = "2" [dependencies.anyhow] version = "1.0.55" [dependencies.clap] version = "3.1.1" features = [ "cargo", "derive", ] [dependencies.dirs] version = "4.0.0" [dependencies.libc] version = "0.2.119" [dependencies.rayon] version = "1.5.1" [dependencies.yansi] version = "0.5.0" [dev-dependencies.assert_cmd] version = "2.0.4"