# 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 = "rustmetos_std" version = "0.3.0" authors = ["xcodz-dot"] default-run = "sh" description = "Rustmetos Standard Distribution" homepage = "https://github.com/xcodz-dot/rustmetos/" readme = "README.md" keywords = ["rustmetos", "meta", "os", "standard", "distribution"] license = "MIT" repository = "https://github.com/xcodz-dot/rustmetos/" resolver = "2" [dependencies.clap] version = "^3.0.7" features = ["wrap_help"] [dependencies.configparser] version = "^1.0.0" [dependencies.reqwest] version = "^0.11" features = ["blocking"] [dependencies.rustmetos_api] version = "^1.0.0" [dependencies.rustmetos_core] version = "^1.0.0" [dependencies.zip] version = "^0.5"