# 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 = "bvm" version = "0.0.20" authors = ["David Sherret "] description = "Proof of concept" license = "MIT" [dependencies.async-trait] version = "0.1.30" [dependencies.clap] version = "2.33.0" [dependencies.dirs] version = "3.0.1" [dependencies.dprint-cli-core] version = "0.2.1" [dependencies.flate2] version = "1.0.17" [dependencies.futures] version = "0.3.5" [dependencies.jsonc-parser] version = "0.14.0" [dependencies.semver] version = "0.10.0" [dependencies.semver-parser] version = "0.9.0" [dependencies.serde] version = "1.0.88" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tar] version = "0.4.30" [dependencies.tokio] version = "0.2" features = ["full"] [dependencies.url] version = "2.1.1" [dependencies.zip] version = "0.5.6" [dev-dependencies.path-clean] version = "0.1.0" [dev-dependencies.pretty_assertions] version = "0.6.1" [target."cfg(windows)".dependencies.winreg] version = "0.7.0"