# 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 = "cargo-rls-install" version = "2.0.7" authors = ["s4i"] include = ["/Cargo.toml", "/LICENSE", "/README.md", "/RELEASE.md", "/src/*.rs"] description = "Rust Language Server easy install" homepage = "https://crates.io/crates/cargo-rls-install" readme = "README.md" keywords = ["cli", "cargo", "subcommand", "rls", "language-server"] license = "MIT" repository = "https://github.com/s4i/cargo-rls-install" [lib] name = "cargo_rls_install" path = "src/lib.rs" [[bin]] name = "cargo-rls-install" path = "src/main.rs" test = false doc = false [dependencies.failure] version = "0.1.8" [dependencies.regex] version = "1.3.9" [dependencies.select] version = "0.5.0" [dependencies.structopt] version = "0.3.16" [dependencies.ureq] version = "1.5.1" [badges.appveyor] branch = "master" repository = "s4i/cargo-rls-install" service = "github" [badges.travis-ci] branch = "master" repository = "s4i/cargo-rls-install"