# 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-rs" version = "0.1.9" authors = [ "Reed Hambrook", "reed.hambrook@gmail.com", ] include = [ "src/**/*.rs", "Everything64.dll", "README.md", ] description = "Ergonomic wrapper around everything-sys-bindgen for the Everything SDK" homepage = "https://github.com/reedHam/everything-wrapper/tree/master/everything-rs" documentation = "https://docs.rs/everything-rs" readme = "README.md" keywords = [ "everything", "search", "windows", "files", "database", ] categories = [ "api-bindings", "database", "os::windows-apis", ] license = "MIT OR Apache-2.0" repository = "https://github.com/reedHam/everything-wrapper/tree/master/everything-rs" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [dependencies.thiserror] version = "1.0.40" [dev-dependencies.lazy_static] version = "1.4.0" [target."cfg(windows)".dependencies.bitflags] version = "2.3.1" [target."cfg(windows)".dependencies.everything-sys-bindgen] version = "0.1.5" [target."cfg(windows)".dependencies.serde] version = "1.0.162" features = ["derive"] [target."cfg(windows)".dependencies.ts-rs] version = "6.2.1" [target."cfg(windows)".dependencies.widestring] version = "1.0.2"