uranium-rs 1.0.4

Lib for downloading/making minecraft and modpacks
Documentation
# 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 = "2024"
name = "uranium-rs"
version = "1.0.4"
authors = ["sergious234 <sergious23@gmail.com>"]
build = false
exclude = ["tests/data/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lib for downloading/making minecraft and modpacks"
readme = "README.md"
keywords = ["minecraft"]
license = "GPL-2.0"
repository = "https://github.com/sergious234/uranium-rs"

[lib]
name = "uranium_rs"
path = "src/lib.rs"

[[test]]
name = "installation_verification"
path = "tests/installation_verification.rs"

[[test]]
name = "maker"
path = "tests/maker.rs"

[[test]]
name = "rinth_downloader"
path = "tests/rinth_downloader.rs"

[[test]]
name = "runtime"
path = "tests/runtime_downloader.rs"

[dependencies.chrono]
version = "0.4.38"

[dependencies.dirs]
version = "5.0.1"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.log]
version = "0.4.19"
features = ["std"]

[dependencies.mine_data_structs]
version = "1.0.9"
features = ["serde"]

[dependencies.miniserde]
version = "0.1.42"

[dependencies.murmurhash32]
version = "0.2.0"

[dependencies.rayon]
version = "1.10.0"

[dependencies.reqwest]
version = "0.12.22"
features = [
    "json",
    "stream",
]

[dependencies.rrhodium]
version = "1.0.0"

[dependencies.serde_json]
version = "1.0.143"

[dependencies.sha1]
version = "0.10.5"

[dependencies.simplelog]
version = "0.12.1"

[dependencies.thiserror]
version = "1.0.40"

[dependencies.tokio]
version = "1.46.1"
features = ["full"]

[dependencies.walkdir]
version = "2.5.0"

[dependencies.zip]
version = "2.1.5"