# 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 = "x64dbg_sdk_sys" version = "0.1.0" build = "build.rs" description = "x64dbg plugins sdk sys" documentation = "https://docs.rs/x64dbg_sdk_sys" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/luyikk/dbg64_plugins" resolver = "2" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = [ "aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-msvc", ] [lib] crate-type = ["rlib"] [dependencies] [build-dependencies.bindgen] version = "0.59" [build-dependencies.cfg-if] version = "1" [features] default = ["x64"] x64 = [] x86 = []