sekiro 0.12.0

Raw structures and bindings for From Software's title Sekiro: Shadows Die Twice
# 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 = "sekiro"
version = "0.12.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw structures and bindings for From Software's title Sekiro: Shadows Die Twice"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/vswarte/eldenring-rs"
resolver = "2"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = ["x86_64-pc-windows-msvc"]

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

[dependencies.bitfield]
version = "0.19.2"

[dependencies.cxx-stl]
version = "3.4"
features = ["msvc2012"]

[dependencies.encoding_rs]
version = "0.8.35"

[dependencies.fromsoftware-shared]
version = "0.12.0"
package = "fromsoftware-shared"

[dependencies.pelite]
version = "0.10"

[dependencies.thiserror]
version = "1"

[dependencies.vtable-rs]
version = "0.1.4"

[dependencies.windows]
version = "0.54"
features = [
    "Win32_Foundation",
    "Win32_System_Kernel",
    "Win32_System_Threading",
    "Win32_UI_WindowsAndMessaging",
    "Win32_UI_Input_KeyboardAndMouse",
    "Win32_System_Diagnostics_Debug",
    "Win32_System_LibraryLoader",
    "Win32_System_Memory",
]

[build-dependencies.serde]
version = "1"
features = ["derive"]

[build-dependencies.serde_derive]
version = "1"