# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rsv" version = "1.3.3" authors = ["jojii "] description = "The runit sv command rewritten in rust with additional features" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/JojiiOfficial/rsv" [package.metadata.arch] arch = ["x86_64"] provides = ["rsv"] [dependencies.clap] version = "3.0.0-beta.2" [dependencies.clap_generate] version = "3.0.0-beta.2" [dependencies.serde] version = "1.0.117" [dependencies.serde_derive] version = "1.0.117" [dependencies.serde_yaml] version = "0.8.14" [dependencies.sudo] version = "0.5.0" optional = true [dependencies.sys-info] version = "0.7.0" [dependencies.sysinfo] version = "0.15.3" [features] auto_sudo = ["sudo"] default = ["auto_sudo"]