azizo-core 0.1.0

Unofficial Rust API for ASUS Splendid display control
Documentation
[dependencies.libloading]
version = "0.9.0"

[dependencies.log]
version = "0.4.29"

[dependencies.thiserror]
version = "2.0"

[dependencies.windows-sys]
features = ["Win32", "Win32_Storage_Packaging_Appx"]
version = "0.61.2"

[dev-dependencies.env_logger]
version = "0.11"

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

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["hardware-support", "os::windows-apis"]
description = "Unofficial Rust API for ASUS Splendid display control"
documentation = "https://docs.rs/azizo-core"
edition = "2024"
exclude = ["target/", "*.dll"]
homepage = "https://github.com/abd0-omar/azizo"
keywords = ["asus", "display", "windows", "hardware", "splendid"]
license = "MIT OR Apache-2.0"
name = "azizo-core"
readme = "README.md"
repository = "https://github.com/abd0-omar/azizo"
rust-version = "1.92"
version = "0.1.0"