# 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 = "hmm-rs" version = "0.0.2" authors = ["ninjamuffin99"] description = "Managing haxelibs via Haxe Module Manager, in Rust 🦀" keywords = [ "haxe", "haxelib", "hmm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ninjamuffin99/hmm-rs" [profile.release] lto = true strip = true [[bin]] name = "hmm-rs" [dependencies.anyhow] version = "1.0.82" [dependencies.bstr] version = "1.9.1" [dependencies.clap] version = "4.5.4" features = [ "derive", "unicode", "wrap_help", ] [dependencies.console] version = "0.15.8" [dependencies.error-chain] version = "0.12.4" [dependencies.futures] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" [dependencies.gix] version = "0.61.0" features = [ "revision", "index", "blocking-network-client", "worktree-mutation", "blocking-http-transport-curl", ] default-features = false [dependencies.human_bytes] version = "0.4.3" [dependencies.indicatif] version = "0.17.8" [dependencies.reqwest] version = "0.12.2" features = [ "json", "stream", ] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.tempfile] version = "3.10.1" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.yansi] version = "1.0.1" [dependencies.zip] version = "0.6.6"