# 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 = "debosirus" version = "0.1.1" authors = ["Mikael Hermansson "] description = "Deboostrap Debian using a yaml recipe." homepage = "https://www.gitlab.com/mike7b4/debosirus" license = "MIT" repository = "https://www.gitlab.com/mike7b4/debosirus" [dependencies.colored] version = "1" [dependencies.humanize-rs] version = "0.1.5" [dependencies.lazy_static] version = "1" [dependencies.libc] version = "0.2" [dependencies.loopdev] version = "0.2" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-humanize-rs] version = "0.1.1" [dependencies.serde_derive] version = "1" [dependencies.serde_yaml] version = "0.8" [dependencies.structopt] version = "0.3" [dependencies.url] version = "1"