# 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 = "cmvm" version = "0.3.9" description = "cmvm is a simple tool that manages multiple CMake versions" homepage = "https://github.com/iepsen/cmvm" readme = "README.md" categories = [ "command-line-interface", "command-line-utilities", "caching", ] license-file = "LICENSE" repository = "https://github.com/iepsen/cmvm" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.directories] version = "5.0.1" [dependencies.flate2] version = "1.0.30" [dependencies.fs_extra] version = "1.3.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.parse_link_header] version = "0.3.3" [dependencies.reqwest] version = "0.12.4" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.199" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.tar] version = "0.4.40" [dev-dependencies.pretty_assertions] version = "1.4.0"