javascriptcore6-sys 0.6.0

FFI bindings for JavaScriptCore 6
Documentation
# 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 = "2024"
name = "javascriptcore6-sys"
version = "0.6.0"
authors = ["Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>"]
build = "build.rs"
exclude = [
    "gir-files/*",
    "webkit-gir-files",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI bindings for JavaScriptCore 6"
documentation = "https://world.pages.gitlab.gnome.org/Rust/webkit6-rs/stable/latest/docs/javascriptcore6_sys"
readme = false
keywords = [
    "webkit",
    "gtk-rs",
    "gnome",
    "GUI",
]
categories = [
    "api-bindings",
    "gui",
]
license = "MIT"
repository = "https://gitlab.gnome.org/World/Rust/webkit6-rs"
resolver = "2"

[package.metadata.system-deps.javascriptcoregtk_6_0]
name = "javascriptcoregtk-6.0"
version = "2.40.0"

[package.metadata.system-deps.javascriptcoregtk_6_0.v2_48]
version = "2.48"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--generate-link-to-definition"]

[features]
v2_48 = []

[lib]
name = "javascriptcore6_sys"
path = "src/lib.rs"

[[test]]
name = "abi"
path = "tests/abi.rs"

[dependencies.glib-sys]
version = "0.22"

[dependencies.gobject-sys]
version = "0.22"

[dependencies.libc]
version = "0.2"

[dev-dependencies.shell-words]
version = "1.0.0"

[dev-dependencies.tempfile]
version = "3"

[build-dependencies.system-deps]
version = "7"