# 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 = "2018" name = "foreman" version = "1.6.3" authors = [ "Lucien Greathouse ", "Matt Hargett ", ] description = "Toolchain manager for simple binary tools" homepage = "https://github.com/Roblox/foreman#readme" readme = "README.md" license = "MIT" repository = "https://github.com/Roblox/foreman" [dependencies.artiaa_auth] version = "1.0.0" [dependencies.command-group] version = "1.0.8" [dependencies.dirs] version = "4.0.0" [dependencies.env_logger] version = "0.9.0" [dependencies.log] version = "0.4.17" [dependencies.openssl] version = "0.10.58" features = ["vendored"] [dependencies.reqwest] version = "0.11.10" features = [ "json", "blocking", ] [dependencies.rpassword] version = "6.0.1" [dependencies.semver] version = "1.0" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3.26" [dependencies.toml] version = "0.5.9" [dependencies.toml_edit] version = "0.14.4" [dependencies.url] version = "2.4.1" [dependencies.urlencoding] version = "2.1.0" [dependencies.zip] version = "0.5" [dev-dependencies.assert_cmd] version = "2.0.2" [dev-dependencies.insta] version = "1.14" [dev-dependencies.tempfile] version = "3.3.0" [target."cfg(unix)".dependencies.signal-hook] version = "0.3.14" [target."cfg(unix)".dependencies.tokio] version = "1.18.2" features = [ "macros", "sync", "process", ] [target."cfg(windows)".dependencies.command-group] version = "1.0.8"