# 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 = "crosup-core" version = "0.2.0" authors = ["Tsiry Sandratraina "] description = "A simple CLI tool to quickly setup your development environment on Chomebook (ChromeOS) or any Linux Distribution." keywords = [ "chromebook", "chromeos", "homebrew", "docker", "nix", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/tsirysndr/crosup" [dependencies.anyhow] version = "1.0.71" [dependencies.crosup-installers] version = "0.2.0" [dependencies.crosup-macros] version = "0.2.0" [dependencies.crosup-ssh] version = "0.1.0" [dependencies.crosup-types] version = "0.2.0" [dependencies.hcl-rs] version = "0.14.2" [dependencies.os-release] version = "0.1.0" [dependencies.owo-colors] version = "3.5.0" [dependencies.ssh2] version = "0.9.4" features = ["vendored-openssl"] [dependencies.toml] version = "0.7.4"