loadsmith 0.3.0

A modular, interface-agnostic Rust library for mod manager implementations
# 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 = "loadsmith"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A modular, interface-agnostic Rust library for mod manager implementations"
documentation = "https://docs.rs/loadsmith"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/Kesomannen/loadsmith"

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

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

[dependencies.loadsmith-core]
version = "0.3.0"

[dependencies.loadsmith-github]
version = "0.3.0"

[dependencies.loadsmith-install]
version = "0.3.0"

[dependencies.loadsmith-loader]
version = "0.3.0"

[dependencies.loadsmith-manifest]
version = "0.3.0"

[dependencies.loadsmith-platform]
version = "0.3.0"

[dependencies.loadsmith-registry]
version = "0.3.0"

[dependencies.loadsmith-thunderstore]
version = "0.3.0"

[dependencies.loadsmith-util]
version = "0.3.0"

[dev-dependencies.anyhow]
version = "1.0.102"

[dev-dependencies.blake3]
version = "1.8.5"

[dev-dependencies.bytes]
version = "1.12.0"

[dev-dependencies.insta]
version = "1.48.0"
features = ["yaml"]

[dev-dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dev-dependencies.tempfile]
version = "3.27.0"

[dev-dependencies.thunderstore]
version = "0.6.0"

[dev-dependencies.tokio]
version = "1.52.3"

[dev-dependencies.walkdir]
version = "2.5.0"