loadsmith-loader 0.2.0

Mod loader definitions and launch-argument generation for the loadsmith mod-manager library
# 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-loader"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mod loader definitions and launch-argument generation for the loadsmith mod-manager library"
documentation = "https://docs.rs/loadsmith-loader"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/Kesomannen/loadsmith"

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

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

[dependencies.camino]
version = "1.2.3"
features = ["serde1"]

[dependencies.globset]
version = "0.4.18"
features = ["serde1"]

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

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

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

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

[dependencies.tempfile]
version = "3.27.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tracing]
version = "0.1.44"

[dependencies.walkdir]
version = "2.5.0"

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

[dev-dependencies.zip]
version = "8.6.0"