# 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 = "hugoenv" version = "0.0.3" authors = ["F "] description = "A version manager for Hugo" homepage = "https://github.com/erbridge/hugoenv" readme = "README.md" keywords = [ "cli", "hugo", ] categories = ["command-line-utilities"] license-file = "LICENCE" repository = "https://github.com/erbridge/hugoenv" [dependencies.anyhow] version = "1.0.65" [dependencies.clap] version = "4.0.11" features = ["derive"] [dependencies.flate2] version = "1.0.24" [dependencies.reqwest] version = "0.11.12" features = ["blocking"] [dependencies.semver] version = "1.0.14" [dependencies.shellexpand] version = "2.1.2" [dependencies.tar] version = "0.4.38" [dependencies.tempfile] version = "3.3.0"