# 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 = "webkit6" version = "0.4.0" authors = ["Bilal Elmoussaoui "] exclude = [ "gir-files/*", "webkit-gir-files", ] description = "Rust bindings for WebKit 6.0" documentation = "https://world.pages.gitlab.gnome.org/Rust/webkit6-rs/stable/latest/docs/webkit6" keywords = [ "webkit", "gtk-rs", "gnome", "GUI", ] categories = [ "api-bindings", "gui", ] license = "MIT" repository = "https://gitlab.gnome.org/World/Rust/webkit6-rs" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.ffi] version = "0.4" package = "webkit6-sys" [dependencies.gdk] version = "0.9" package = "gdk4" [dependencies.gio] version = "0.20" [dependencies.glib] version = "0.20" [dependencies.gtk] version = "0.9" package = "gtk4" [dependencies.javascriptcore] version = "0.4" package = "javascriptcore6" [dependencies.libc] version = "^0.2" [dependencies.soup] version = "0.7" package = "soup3" [features] v2_42 = ["ffi/v2_42"] v2_44 = [ "ffi/v2_44", "v2_42", ] v2_46 = [ "ffi/v2_46", "v2_44", ]