loadsmith-platform 0.3.0

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

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

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

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

[dependencies.open]
version = "5.3.6"

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.steamlocate]
version = "2.1.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tracing]
version = "0.1.44"

[dependencies.walkdir]
version = "2.5.0"