[package]
name = "javascriptcore6-sys"
version = "0.2.0"
edition = "2021"
build = "build.rs"
authors = ["Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>"]
categories = ["api-bindings", "gui"]
description = "FFI bindings for JavaScriptCore 6"
repository = "https://gitlab.gnome.org/World/Rust/webkit6-rs"
license = "MIT"
documentation = "https://world.pages.gitlab.gnome.org/Rust/webkit6-rs/stable/latest/docs/javascriptcore6_sys"
keywords = ["webkit", "gtk-rs", "gnome", "GUI"]
exclude = ["gir-files/*", "webkit-gir-files"]
[package.metadata.system-deps.javascriptcoregtk_6_0]
name = "javascriptcoregtk-6.0"
version = "2.40.0"
[package.metadata.docs.rs]
features = []
[dependencies]
libc = "0.2"
[dependencies.glib]
package = "glib-sys"
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.18"
branch = "0.18"
[dependencies.gobject]
package = "gobject-sys"
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.18"
branch = "0.18"
[build-dependencies]
system-deps = "6"
[dev-dependencies]
shell-words = "1.0.0"
tempfile = "3"
[features]