tao 0.2.6

Cross-platform window manager library.
Documentation
[dependencies.bitflags]
version = "1"

[dependencies.instant]
version = "0.1"

[dependencies.lazy_static]
version = "1"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.raw-window-handle]
version = "0.3"

[dependencies.serde]
features = ["serde_derive"]
optional = true
version = "1"
[dev-dependencies.image]
version = "0.23"

[dev-dependencies.simple_logger]
version = "1.9"

[features]
default = ["tray"]
dox = ["gtk/dox", "sourceview/dox"]
menu = ["sourceview"]
tray = ["sourceview", "libappindicator"]

[package]
authors = ["Tauri Programme within The Commons Conservancy", "The winit contributors"]
categories = ["gui"]
description = "Cross-platform window manager library."
documentation = "https://docs.rs/tao"
edition = "2018"
keywords = ["windowing"]
license = "Apache-2.0"
name = "tao"
readme = "README.md"
repository = "https://github.com/tauri-apps/tao"
version = "0.2.6"
[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
features = ["serde", "menu", "tray", "dox"]
targets = ["i686-pc-windows-msvc", "x86_64-pc-windows-msvc", "i686-unknown-linux-gnu", "x86_64-unknown-linux-gnu", "x86_64-apple-darwin"]
[target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.objc]
version = "0.2"
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.cairo-rs]
version = "0.9"

[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.gdk]
version = "0.13"

[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.gdk-pixbuf]
features = ["v2_36_8"]
version = "0.9"

[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.gio]
version = "0.9"

[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.glib]
version = "0.10"

[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.gtk]
features = ["v3_16"]
version = "0.9"

[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.libappindicator]
optional = true
version = "0.5"

[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.sourceview]
optional = true
version = "0.9"
[target."cfg(target_os = \"android\")".dependencies.ndk]
version = "0.3"

[target."cfg(target_os = \"android\")".dependencies.ndk-glue]
version = "0.3"

[target."cfg(target_os = \"android\")".dependencies.ndk-sys]
version = "0.2"
[target."cfg(target_os = \"macos\")".dependencies.cocoa]
version = "0.24"

[target."cfg(target_os = \"macos\")".dependencies.core-foundation]
version = "0.9"

[target."cfg(target_os = \"macos\")".dependencies.core-graphics]
version = "0.22"

[target."cfg(target_os = \"macos\")".dependencies.core-video-sys]
default_features = false
features = ["display_link"]
version = "0.1"

[target."cfg(target_os = \"macos\")".dependencies.dispatch]
version = "0.2"

[target."cfg(target_os = \"macos\")".dependencies.scopeguard]
version = "1.1"
[target."cfg(target_os = \"windows\")".dependencies.parking_lot]
version = "0.11"

[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["combaseapi", "commctrl", "dwmapi", "errhandlingapi", "imm", "hidusage", "libloaderapi", "objbase", "ole2", "processthreadsapi", "shellapi", "shellscalingapi", "shobjidl_core", "unknwnbase", "winbase", "windowsx", "winerror", "wingdi", "winnt", "winuser", "impl-default"]
version = "0.3"