# 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-sdk-sys" version = "0.0.3+2" authors = ["owtotwo "] links = "everything-sdk" include = [ "src/**/*", "Everything-SDK/**/*", "build.rs", "Cargo.toml", ] description = "Native Rust bindings to the voidtools Everything-SDK" homepage = "https://github.com/owtotwo/everything-sdk-rs" documentation = "https://docs.rs/everything-sdk-sys" keywords = [ "everything", "sdk", "windows", "ffi", "bindings", ] categories = [ "api-bindings", "external-ffi-bindings", ] license = "GPL-3.0-or-later" repository = "https://github.com/owtotwo/everything-sdk-rs" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = ["x86_64-pc-windows-msvc"] [build-dependencies.cc] version = "1.0.83" [features] default = ["vendored"] dll = [] vendored = [] [target."cfg(windows)".dependencies.windows] version = "0.52" features = ["Win32_Foundation"]