everything-plugin 0.4.1

Rust binding for Everything's plugin SDK
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-plugin"
version = "0.4.1"
authors = ["Chaoses-Ib"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust binding for Everything's plugin SDK"
homepage = "https://github.com/Chaoses-Ib/IbEverythingLib"
readme = "README.md"
keywords = [
    "everything",
    "voidtools",
    "sdk",
    "plugin",
    "binding",
]
license = "MIT"
repository = "https://github.com/Chaoses-Ib/IbEverythingLib"

[package.metadata.docs.rs]
targets = ["x86_64-pc-windows-msvc"]
features = [
    "tracing",
    "serde",
    "ui",
    "winio",
    "rust-i18n",
    "doc",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = [
    "tracing",
    "serde",
    "winio",
]
doc = ["dep:document-features"]
rust-i18n = ["dep:rust-i18n"]
serde = [
    "dep:serde",
    "dep:serde_json",
]
tracing = [
    "dep:tracing",
    "dep:tracing-subscriber",
    "dep:tracing-panic",
    "dep:anstream",
]
tracing-appender = ["dep:tracing-appender"]
ui = [
    "dep:futures-channel",
    "dep:futures-util",
]
winio = [
    "ui",
    "dep:winio",
]
winio-07 = ["winio"]
winio-darkmode = ["winio/win32-dark-mode"]

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

[[example]]
name = "basic"
crate-type = ["cdylib"]
path = "examples/basic.rs"

[[example]]
name = "detach"
path = "examples/detach.rs"

[[example]]
name = "options"
crate-type = ["cdylib"]
path = "examples/options/main.rs"

[[example]]
name = "test"
crate-type = ["cdylib"]
path = "examples/test/main.rs"

[dependencies.anstream]
version = "0.6"
optional = true

[dependencies.bon]
version = "3"

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

[dependencies.everything-ipc]
version = "0.1"

[dependencies.futures-channel]
version = "0.3"
optional = true

[dependencies.futures-util]
version = "0.3"
optional = true

[dependencies.rust-i18n]
version = "3"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.tracing]
version = "0.1"
optional = true

[dependencies.tracing-appender]
version = "0.2"
optional = true

[dependencies.tracing-panic]
version = "0.1.2"
optional = true

[dependencies.tracing-subscriber]
version = "0.3"
optional = true

[dependencies.windows-sys]
version = "0.59"
features = [
    "Win32_Globalization",
    "Win32_System_SystemServices",
    "Win32_UI_WindowsAndMessaging",
]

[dependencies.winio]
version = ">=0.7.2,<0.12"
features = ["win32"]
optional = true
default-features = false

[dev-dependencies]