# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "langenv" version = "0.0.2" authors = ["Vyas Nellutla "] description = "langenv aims to be a cross-platform package manager for Linux, macOS, and Windows." homepage = "https://github.com/vyas-n/langenv" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/vyas-n/langenv" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.directories] version = "3.0.2" [dependencies.flate2] version = "1.0.20" features = ["tokio"] [dependencies.reqwest] version = "0.11.3" features = ["blocking"] [dependencies.semver] version = "0.11.0" features = ["serde"] [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.strum] version = "0.20.0" features = ["derive"] [dependencies.tar] version = "0.4.33" [dependencies.tempfile] version = "3.2.0" [dependencies.toml] version = "0.5.8" [dependencies.url] version = "2.2.2" features = ["serde"] [dependencies.zip] version = "0.5.12" [badges.is-it-maintained-issue-resolution] repository = "vyas-n/langenv" [badges.is-it-maintained-open-issues] repository = "vyas-n/langenv" [badges.maintenance] status = "actively-developed"