# 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 = "cmake-version-manager" version = "0.2.4" authors = ["diego50 "] description = "CMake version helps manage installed versions of cmake." readme = "README.md" license = "MIT" repository = "https://github.com/ParagonPawns/cmake-version-manager" [[bin]] name = "cvm" path = "src/main.rs" [dependencies.ansi-builder] version = "0.1.6" [dependencies.reqwest] version = "0.11.19" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.185" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.105" [dependencies.term-inquiry] version = "0.1.2" [target."cfg(target_os=\"macos\")".dependencies.sysinfo] version = "0.18.0"