# 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 = "webkit2gtk5-webextension" version = "0.3.0" authors = ["The Gtk-rs Project Developers"] exclude = ["gir-files/*"] description = "Rust bindings for the GTK+ 3 library" documentation = "https://world.pages.gitlab.gnome.org/Rust/webkit2gtk5-rs/" keywords = [ "webkit", "gtk", "gtk-rs", "GUI", ] categories = [ "api-bindings", "gui", ] license = "MIT" repository = "https://gitlab.gnome.org/World/Rust/webkit2gtk5-rs" resolver = "1" [lib] name = "webkit2gtk_webextension" [dependencies.bitflags] version = "^1.0" [dependencies.ffi] version = "0.3" package = "webkit2gtk5-webextension-sys" [dependencies.gio] version = "0.17" [dependencies.glib] version = "0.17" [dependencies.javascriptcore] version = "0.3" package = "javascriptcore5-rs" [dependencies.libc] version = "^0.2" [dependencies.once_cell] version = "1.8" [features] dox = [ "ffi/dox", "gio/dox", "glib/dox", "javascriptcore/dox", ] 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_24 = [ "v2_22", "ffi/v2_24", ] v2_26 = [ "v2_24", "ffi/v2_26", ] v2_28 = [ "v2_26", "ffi/v2_28", ] v2_30 = [ "v2_28", "ffi/v2_30", ] v2_32 = [ "v2_30", "ffi/v2_32", ] v2_34 = [ "v2_32", "ffi/v2_34", ] v2_4 = ["v2_2"] v2_6 = [ "v2_4", "ffi/v2_6", ] v2_8 = [ "v2_6", "ffi/v2_8", ] [badges.travis-ci] repository = "vhdirk/webkit2gtk5-rs"