# 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" version = "0.0.6" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An ergonomic Everything(voidtools) SDK wrapper in Rust. (Supports async and raw sdk functions)" homepage = "https://github.com/owtotwo/everything-sdk-rs" documentation = "https://docs.rs/everything-sdk-rs" readme = "README.md" keywords = [ "everything", "SDK", "wrapper", "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", "i686-pc-windows-msvc", ] [lib] name = "everything_sdk" path = "src/lib.rs" [[example]] name = "heavy" path = "examples/heavy.rs" [[example]] name = "readme" path = "examples/readme.rs" required-features = [] [[example]] name = "readme_async" path = "examples/readme_async.rs" required-features = ["async"] [[example]] name = "readme_raw" path = "examples/readme_raw.rs" required-features = ["raw"] [[example]] name = "simple" path = "examples/simple.rs" [dependencies.bitflags] version = "2.4.1" [dependencies.enum-primitive-derive] version = "0.2.2" [dependencies.futures] version = "0.3" optional = true [dependencies.num-traits] version = "0.2.17" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1.40" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3.18" [features] async = ["dep:futures"] default = [] raw = [] [target."cfg(windows)".dependencies.everything-sdk-sys] version = "0.0.3" [target."cfg(windows)".dependencies.widestring] version = "1.0.2" [target."cfg(windows)".dependencies.windows] version = "0.52" features = [ "Win32_Foundation", "Win32_System_LibraryLoader", "Win32_UI_WindowsAndMessaging", "Win32_Graphics_Gdi", "Win32_Storage_FileSystem", ]