# 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 = "multimoon" version = "0.1.2" authors = ["Lone Outpost Tech "] description = "MultiMoon - an installer of MoonBit language toolchain." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/lone-outpost-oss/multimoon" [dependencies.anyhow] version = "1" [dependencies.base16ct] version = "0.2.0" features = ["alloc"] [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.dirs] version = "5" [dependencies.filetime] version = "0.2.23" [dependencies.reqwest] version = "0.12.4" features = [ "charset", "http2", "macos-system-configuration", "rustls-tls-native-roots", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.8" [dependencies.tempdir] version = "0.3" [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2.5.0" [dependencies.walkdir] version = "2" [dependencies.xz2] version = "0.1" [dependencies.zip] version = "2.1.0" features = [ "aes-crypto", "deflate", "deflate-zlib", "deflate-zopfli", "bzip2", "time", "zstd", ] default-features = false [target."cfg(unix)".dependencies] [target."cfg(windows)".dependencies.winreg] version = "0.52.0"