[package]
name = "tether"
version = "0.1.0"
authors = ["Ram Kaniyur <quadrupleslap@gmail.com>"]
description = "Extremely simple bindings to an OS web view."
keywords = ["web", "gui", "webview", "desktop"]
license = "MIT"
repository = "https://github.com/quadrupleslap/tether"
[package.metadata.docs.rs]
features = ["stub"]
[dependencies.cfg-if]
version = "0.1"
[build-dependencies.cfg-if]
version = "0.1"
[features]
stub = []
[target."cfg(not(any(target_os = \"windows\", target_os = \"macos\")))".dependencies.glib]
version = "0.4"
[target."cfg(not(any(target_os = \"windows\", target_os = \"macos\")))".dependencies.gtk]
version = "0.3"
features = ["v3_10"]
[target."cfg(not(any(target_os = \"windows\", target_os = \"macos\")))".dependencies.webkit2gtk]
version = "0.3"
features = ["v2_8"]
[target."cfg(target_os = \"macos\")".dependencies.cocoa]
version = "0.14"
[target."cfg(target_os = \"macos\")".dependencies.dispatch]
version = "0.1"
[target."cfg(target_os = \"macos\")".dependencies.objc]
version = "0.2"
[target."cfg(target_os = \"windows\")".build-dependencies.cc]
version = "1.0"