[dependencies.fxhash]
version = "0.2"
[dependencies.memchr]
version = "2.7"
[dependencies.pelite]
default-features = false
features = ["std"]
version = "0.10"
[dependencies.smallvec]
features = ["union", "const_generics"]
version = "1.15"
[dependencies.windows-sys]
features = ["Win32_System_LibraryLoader"]
version = ">= 0.60"
[lib]
name = "from_singleton"
path = "src/lib.rs"
[package]
authors = ["Dasaav"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "FromSoftware singleton manipulation library"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "from-singleton"
readme = "README.md"
repository = "https://github.com/Dasaav-dsv/from-singleton"
version = "3.0.1"
[package.metadata.docs.rs]
targets = ["x86_64-pc-windows-msvc"]