javascriptcore5-rs 0.3.1

Rust bindings for the javacriptcore library
Documentation
[package]
name = "javascriptcore5-rs"
version = "0.3.1"
edition = "2021"
description = "Rust bindings for the javacriptcore library"
repository = "https://gitlab.gnome.org/World/Rust/webkit2gtk5-rs"
documentation = "https://world.pages.gitlab.gnome.org/Rust/webkit2gtk5-rs/"
license = "MIT"
keywords = ["javascript", "gtk-rs", "gnome"]

[package.metadata.docs.rs]
features = ["dox"]

[lib]
name = "javascriptcore"

[dependencies]
bitflags = "^1.0"

[dependencies.glib]
git = "https://github.com/gtk-rs/gtk-rs-core.git"
version = "0.17"
branch = "0.17"

[dependencies.ffi]
package = "javascriptcore5-rs-sys"
path = "./sys"
version = "0.3"

[features]
v2_28 = ["ffi/v2_28"]
v2_38 = ["v2_28", "ffi/v2_38"]
dox = ["ffi/dox", "glib/dox"]