# 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 = "haxeget" version = "0.3.1" authors = ["l0go"] description = "The easier way to install and manage Haxe compiler versions" readme = "README.md" license = "MIT" repository = "https://github.com/l0go/haxeget" [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.color-eyre] version = "0.6" [dependencies.console] version = "0.15.7" [dependencies.flate2] version = "1.0.28" [dependencies.futures] version = "0.3.29" [dependencies.futures-util] version = "0.3.29" [dependencies.indicatif] version = "0.17.7" [dependencies.reqwest] version = "0.11.22" features = [ "blocking", "json", "stream", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.190" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.tar] version = "0.4.40" [dependencies.tokio] version = "1.33.0" features = ["full"] [dependencies.zip] version = "0.6.6"