tether 0.1.0

Extremely simple bindings to an OS web view.
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"