# 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 = "windows-syscall" version = "0.0.17" authors = ["oberrich "] description = "Windows inline syscalls for Rust" homepage = "https://github.com/oberrich/windows-syscall" readme = "README.md" license = "MIT" repository = "https://github.com/oberrich/windows-syscall" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] targets = ["x86_64-pc-windows-msvc"] [lib] doctest = false [dependencies.const-fnv1a-hash] version = "1.1.0" [dependencies.exe] version = "0.5.6" [dependencies.once_cell] version = "1.19.0" [dependencies.phnt] version = "0.0.26" [features] default = ["windows-syscall-typesafe"] windows-syscall-typesafe = [] windows-syscall-use-linked = []