# 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 = "get-last-error" version = "0.1.1" authors = ["OpenByte "] description = "An error wrapper over Win32 API errors." homepage = "https://github.com/OpenByteDev/get-last-error" documentation = "https://docs.rs/get-last-error" readme = "README.md" keywords = [ "winapi", "win32", "error", "ffi", ] categories = [ "no-std", "os::windows-apis", ] license = "MIT" repository = "https://github.com/OpenByteDev/get-last-error" resolver = "2" [package.metadata.docs.rs] features = ["std"] default-target = "x86_64-pc-windows-msvc" targets = [] [dev-dependencies.rust_win32error] version = "0.8" [dev-dependencies.w32-error] version = "1.0" [features] default = ["std"] std = ["winapi/std"] [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3" features = [ "errhandlingapi", "winbase", ]