# 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 = "2021" name = "krnlstring" version = "0.1.0" authors = ["rthidfrev"] description = "Safe Rust abstractions for handling Windows Unicode strings (`UNICODE_STRING`) in `#![no_std]` environments." homepage = "https://github.com/rthidfrev/krnlstring/" documentation = "https://docs.rs/krnlstring" readme = "README.md" keywords = [ "windows", "unicode", "string", "no_std", "driver", ] categories = [ "os", "no-std", ] license = "MIT" repository = "https://github.com/rthidfrev/krnlstring/" [dependencies.windows-sys] version = "0.59.0" features = ["Win32_Foundation"]