# 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" rust-version = "1.66.1" name = "huak" version = "0.0.8-alpha.2" description = "A Python package manager written in Rust inspired by Cargo." homepage = "https://github.com/cnpryer/huak.git" readme = "README.md" categories = ["development-tools"] license = "MIT" repository = "https://github.com/cnpryer/huak.git" [lib] name = "huak" path = "./src/huak/lib.rs" [dependencies.clap] version = "4.0.23" features = [ "cargo", "derive", ] [dependencies.clap_complete] version = "4.0" [dependencies.expectrl] version = "0.6.0" features = ["polling"] [dependencies.fs_extra] version = "1.2.0" [dependencies.git2] version = "0.15.0" [dependencies.glob] version = "0.3.0" [dependencies.openssl] version = "0.10" features = ["vendored"] optional = true [dependencies.pyproject-toml] version = "0.3.1" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.144" [dependencies.serde_derive] version = "1.0.144" [dependencies.serde_json] version = "1.0" [dependencies.terminal_size] version = "0.2.1" [dependencies.thiserror] version = "1.0.36" [dependencies.toml_edit] version = "0.14.4" features = ["easy"] [dev-dependencies.tempfile] version = "3.0.4"