# 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 = "wavu" version = "0.1.0" description = "WebAssembly Version Updater" homepage = "https://tachyonicbytes.com/projects/wavu" documentation = "https://github.com/tachyonicbytes/wavu/tree/main/docs/" readme = "README.org" keywords = [ "wasm", "webassembly", ] categories = ["WebAssembly"] license = "Apache-2.0" repository = "https://github.com/tachyonicbytes/wavu" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.flate2] version = "1.0.26" [dependencies.fs_extra] version = "1.3.0" [dependencies.futures] version = "0.3.28" [dependencies.indicatif] version = "0.17.5" [dependencies.log] version = "0.4.19" [dependencies.reqwest] version = "0.11" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0.178" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.sysinfo] version = "0.29.6" [dependencies.tar] version = "0.4.39" [dependencies.xz2] version = "0.1.7" [dependencies.zip] version = "0.6.6"