# 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 = "firehazard" version = "0.0.0-2022-09-10" authors = ["MaulingMonkey "] description = "Unopinionated low level API bindings focused on soundness, safety, and stronger types over raw FFI." documentation = "https://docs.rs/firehazard" readme = "Readme.md" keywords = [ "windows", "win32", "security", "sandbox", "sandboxing", ] categories = [ "api-bindings", "no-std", "os::windows-apis", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/MaulingMonkey/firehazard" resolver = "2" [package.metadata.docs.rs] all-features = true default-target = "x86_64-pc-windows-msvc" targets = [ "x86_64-pc-windows-msvc", "i686-pc-windows-msvc", ] [dependencies.abibool] version = "0.5.3" [dependencies.abistr] version = "0.2.0-rc3" default-features = false [dependencies.bytemuck] version = "1" features = ["derive"] [features] default = ["std"] std = [ "abistr/std", "abistr/widestring", "winapi/std", ] [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "impl-default", "bcrypt", "sddl", "winerror", "debugapi", "errhandlingapi", "handleapi", "heapapi", "jobapi", "jobapi2", "lsalookup", "memoryapi", "namedpipeapi", "ntlsa", "processthreadsapi", "securitybaseapi", "synchapi", "winbase", "winnt", "winuser", ]