# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "webkit2gtk-webextension" version = "0.16.0" authors = ["The Gtk-rs Project Developers"] description = "Rust bindings for the GTK+ 3 library" homepage = "http://gtk-rs.org/" documentation = "http://gtk-rs.org/docs/gtk/" readme = "README.md" keywords = [ "webkit", "gtk", "gtk-rs", "GUI", ] categories = [ "api-bindings", "gui", ] license = "MIT" repository = "https://github.com/gtk-rs/webkit2gtk-webextension-rs" [lib] name = "webkit2gtk_webextension" [dependencies.ffi] version = "^0.16" package = "webkit2gtk-webextension-sys" [dependencies.gio] version = "^0.16.0" optional = true [dependencies.glib] version = "^0.16.0" [dependencies.glib-sys] version = "^0.16.0" [dependencies.gobject-sys] version = "^0.16.0" [dependencies.gtk] version = "^0.16.0" [dependencies.libc] version = "^0.2" [features] v2_10 = [ "v2_8", "ffi/v2_10", ] v2_12 = [ "v2_10", "ffi/v2_12", ] v2_14 = [ "v2_12", "ffi/v2_14", ] v2_16 = [ "v2_14", "ffi/v2_16", ] v2_18 = [ "v2_16", "ffi/v2_18", ] v2_2 = [] v2_20 = [ "v2_18", "ffi/v2_20", ] v2_22 = [ "v2_20", "ffi/v2_22", ] v2_26 = [ "v2_22", "ffi/v2_26", ] v2_28 = [ "v2_26", "ffi/v2_28", ] v2_8 = [ "v2_2", "ffi/v2_8", ] [badges.travis-ci] repository = "gtk-rs/webkit2gtk-webextension-rs"