loadsmith-core 0.3.0

Core types, traits, and errors for the loadsmith mod-manager library
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 = "loadsmith-core"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types, traits, and errors for the loadsmith mod-manager library"
documentation = "https://docs.rs/loadsmith-core"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/Kesomannen/loadsmith"

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

[dependencies.blake3]
version = "1.8.5"

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

[dependencies.chrono]
version = "0.4.45"
features = ["serde"]

[dependencies.digest-io]
version = "0.1.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.semver]
version = "1.0.28"
features = ["serde"]

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.sha2]
version = "0.11.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.url]
version = "2.5.8"
features = ["serde"]

[dependencies.walkdir]
version = "2.5.0"