# 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] edition = "2018" name = "webview-sys" version = "0.6.2" authors = ["Boscop", "zxey "] build = "build.rs" links = "webview" exclude = ["Cargo.lock"] description = "Rust native ffi bindings for webview" keywords = ["web", "gui", "desktop", "electron", "webkit"] categories = ["gui", "web-programming", "api-bindings", "rendering", "visualization"] license = "MIT" repository = "https://github.com/Boscop/web-view" [lib] name = "webview_sys" path = "lib.rs" [build-dependencies.cc] version = "1" [build-dependencies.pkg-config] version = "0.3" [features] edge = [] [target."cfg(all(target_family = \"unix\", not(target_os = \"macos\")))".dependencies.gdk-sys] version = "0.10" [target."cfg(all(target_family = \"unix\", not(target_os = \"macos\")))".dependencies.gio-sys] version = "0.10" [target."cfg(all(target_family = \"unix\", not(target_os = \"macos\")))".dependencies.glib-sys] version = "0.10" [target."cfg(all(target_family = \"unix\", not(target_os = \"macos\")))".dependencies.gobject-sys] version = "0.10" [target."cfg(all(target_family = \"unix\", not(target_os = \"macos\")))".dependencies.gtk-sys] version = "0.10" [target."cfg(all(target_family = \"unix\", not(target_os = \"macos\")))".dependencies.javascriptcore-rs-sys] version = "0.2" [target."cfg(all(target_family = \"unix\", not(target_os = \"macos\")))".dependencies.libc] version = "0.2" [target."cfg(all(target_family = \"unix\", not(target_os = \"macos\")))".dependencies.webkit2gtk-sys] version = "0.12.0" features = ["v2_8"]