# 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 = "everything-sys-bindgen" version = "0.1.5" authors = [ "Reed Hambrook", "reed.hambrook@gmail.com", ] include = [ "src/**/*.rs", "Everything.h", "Everything64.dll", "Everything64.lib", "Everything.rs", "README.md", "build.rs", ] description = "Bindings to the Everything SDK using bindgen" homepage = "https://github.com/reedHam/everything-wrapper/tree/master/everything-sys-bindgen" readme = "README.md" keywords = [ "everything", "sdk", "bindings", "ffi", "windows", ] categories = [ "external-ffi-bindings", "os::windows-apis", ] license = "MIT OR Apache-2.0" repository = "https://github.com/reedHam/everything-wrapper/tree/master/everything-sys-bindgen" [dev-dependencies.widestring] version = "1.0.2" [build-dependencies.bindgen] version = "0.65.1"