javascriptcore-sys 0.0.5

Raw bindings to the JavaScriptCore framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "javascriptcore-sys"
version = "0.0.5"
edition = "2021"
authors = ["Bruce Mitchener <bruce.mitchener@gmail.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
description = "Raw bindings to the JavaScriptCore framework."
keywords = ["javascript", "jsc", "scripting"]
documentation = "https://docs.rs/crate/javascriptcore-sys/latest"
homepage = "https://github.com/endoli/javascriptcore.rs"
repository = "https://github.com/endoli/javascriptcore.rs"
categories = ["external-ffi-bindings"]
build = "build.rs"

[target.'cfg(target_os = "linux")'.build-dependencies]
pkg-config = "0.3.9"