minxp 0.1.7

Partial reimplementation of std for no-std on unsupported Windows targets.
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 = "minxp"
version = "0.1.7"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Partial reimplementation of std for no-std on unsupported Windows targets."
readme = "README.md"
license = "GPL-3.0-only"
repository = "https://github.com/FishAndRips/minxp"

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

[dependencies.spin]
version = "0.10.0"

[dependencies.windows-sys]
version = "0.59.0"
features = [
    "Win32_System_IO",
    "Win32_System_Threading",
    "Win32_System_Console",
    "Win32_Globalization",
    "Win32_Security",
    "Win32_Storage_FileSystem",
    "Win32_UI_Shell",
    "Win32_System_Environment",
    "Win32_System_LibraryLoader",
    "Win32_System_SystemInformation",
    "Win32_System_Performance",
]
default-features = false