loadsmith 0.3.1

A modular, interface-agnostic Rust library for mod manager implementations
Documentation
[package]
name = "loadsmith"
version = "0.3.1"
edition = "2024"
description = "A modular, interface-agnostic Rust library for mod manager implementations"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Kesomannen/loadsmith"
documentation = "https://docs.rs/loadsmith"

[dependencies]
loadsmith-core = { workspace = true }
loadsmith-install = { workspace = true }
loadsmith-loader = { workspace = true }
loadsmith-manifest = { workspace = true }
loadsmith-thunderstore = { workspace = true }
loadsmith-registry = { workspace = true }
loadsmith-platform = { workspace = true }
loadsmith-util = { workspace = true }
loadsmith-github = { workspace = true }

[dev-dependencies]
thunderstore = { workspace = true }
tokio = { workspace = true }
tempfile = { workspace = true }
walkdir = { workspace = true }
insta = { workspace = true }
anyhow = { workspace = true }
bytes = { workspace = true }
serde = { workspace = true }
blake3 = { workspace = true }