mirror of
https://github.com/tauri-apps/javascriptcore-rs.git
synced 2026-01-31 00:35:17 +01:00
40 lines
828 B
TOML
40 lines
828 B
TOML
[package]
|
|
name = "javascriptcore-rs-sys"
|
|
version = "0.2.0"
|
|
authors = ["The Gtk-rs Project Developers"]
|
|
description = "Sys functions for the Rust bindings of the javacriptcore library"
|
|
repository = "https://github.com/gtk-rs/javascriptcore-rs"
|
|
license = "MIT"
|
|
homepage = "http://gtk-rs.org"
|
|
keywords = ["javascript", "gtk-rs", "gnome"]
|
|
build = "build.rs"
|
|
edition="2018"
|
|
|
|
[package.metadata.system-deps.javascriptcoregtk_4_0]
|
|
name = "javascriptcoregtk-4.0"
|
|
version = "2.24"
|
|
|
|
[package.metadata.system-deps.javascriptcoregtk_4_0.v2_28]
|
|
version = "2.28"
|
|
[package.metadata.docs.rs]
|
|
features = ["dox"]
|
|
|
|
[lib]
|
|
name = "javascriptcore_sys"
|
|
|
|
[dependencies]
|
|
libc = "0.2"
|
|
glib-sys = "^0.14"
|
|
gobject-sys = "^0.14"
|
|
|
|
[build-dependencies]
|
|
system-deps = "5"
|
|
|
|
[dev-dependencies]
|
|
shell-words = "1.0.0"
|
|
tempfile = "3"
|
|
|
|
[features]
|
|
v2_28 = []
|
|
dox = []
|