system-theme 0.3.0

A cross-platform Rust library to help build native-looking applications.
Documentation
[dependencies.async-stream]
version = "0.3.6"

[dependencies.futures-core]
version = "0.3.31"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.iced]
optional = true
version = "0.14"

[dependencies.tokio]
features = ["sync"]
version = "1.49.0"

[dependencies.uuid]
features = ["v4"]
version = "1.19.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

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

[[example]]
name = "iced"
path = "examples/iced.rs"
required-features = ["iced"]

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

[features]
default = []
iced = ["dep:iced"]

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

[package]
authors = ["Daniel Stuart <daniel.stuart14@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui", "os"]
description = "A cross-platform Rust library to help build native-looking applications."
documentation = "https://docs.rs/system-theme"
edition = "2021"
keywords = ["contrast", "dark", "mode", "accent", "color"]
license = "MIT/Apache-2.0"
name = "system-theme"
readme = "README.md"
repository = "https://github.com/danielstuart14/system-theme"
version = "0.3.0"

[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly", target_os = "openbsd", target_os = "netbsd"))'.dependencies.zbus]
version = "5.13.1"

[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.6.3"

[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
default-features = false
features = ["objc2-core-foundation", "NSAccessibility", "NSAppearance", "NSApplication", "NSColor", "NSColorSpace", "NSResponder", "NSWindow", "NSWorkspace"]
version = "0.3.2"

[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
default-features = false
features = ["NSArray", "NSString", "NSKeyValueObserving", "NSDictionary", "NSNotification", "NSDistributedNotificationCenter"]
version = "0.3.2"

[target."cfg(windows)".dependencies.windows]
features = ["UI_ViewManagement", "Foundation_Metadata"]
version = "0.62.2"