[dependencies.document-features]
optional = true
version = "0.2"
[dependencies.tracing]
version = "0.1"
[dependencies.widestring]
version = "1"
[dependencies.windows-sys]
features = ["Win32_System_Threading", "Win32_UI_WindowsAndMessaging"]
version = "0.59"
[features]
doc = ["dep:document-features"]
[lib]
name = "everything_ipc"
path = "src/lib.rs"
[package]
authors = ["Chaoses-Ib"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust binding for Everything's IPC SDK"
edition = "2024"
homepage = "https://github.com/Chaoses-Ib/IbEverythingLib"
keywords = ["everything", "voidtools", "sdk", "plugin", "binding"]
license = "MIT"
name = "everything-ipc"
readme = false
repository = "https://github.com/Chaoses-Ib/IbEverythingLib"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]