everything-ipc 0.1.2

Rust port of voidtools' Everything's IPC SDK. Can be used to search user files quickly.
Documentation
# 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 = "2024"
name = "everything-ipc"
version = "0.1.2"
authors = ["Chaoses-Ib"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust port of voidtools' Everything's IPC SDK. Can be used to search user files quickly."
homepage = "https://github.com/Chaoses-Ib/IbEverythingLib"
readme = "README.md"
keywords = [
    "everything",
    "voidtools",
    "sdk",
    "plugin",
    "ipc",
]
license = "MIT"
repository = "https://github.com/Chaoses-Ib/IbEverythingLib"

[package.metadata.docs.rs]
targets = ["x86_64-pc-windows-msvc"]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
doc = ["dep:document-features"]
folder = ["dep:rapidhash"]
tokio = ["dep:tokio"]

[lib]
name = "everything_ipc"
path = "src/lib.rs"

[dependencies.bitflags]
version = "2"

[dependencies.bon]
version = "3"

[dependencies.derive_more]
version = "2"
features = ["try_from"]

[dependencies.document-features]
version = "0.2"
optional = true

[dependencies.rapidhash]
version = "4"
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "time",
]
optional = true

[dependencies.tracing]
version = "0.1"

[dependencies.widestring]
version = "1"

[dependencies.windows]
version = "0.62"
features = [
    "Win32_Foundation",
    "Win32_Graphics_Gdi",
    "Win32_Security",
    "Win32_Storage_FileSystem",
    "Win32_System_DataExchange",
    "Win32_System_IO",
    "Win32_System_Kernel",
    "Win32_System_LibraryLoader",
    "Win32_System_Memory",
    "Win32_System_Threading",
    "Win32_UI_WindowsAndMessaging",
]

[dev-dependencies.test-log]
version = "0.2"
features = [
    "color",
    "trace",
    "unstable",
]
default-features = false

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
]