[package]
name = "mozjs_sys"
version = "0.67.1"
authors = ["Mozilla"]
build = "build.rs"
links = "mozjs"
exclude = ["mozjs/js/src/tests/**", "mozjs/js/src/octane/**", "mozjs/js/src/jit-test/**", "mozjs/js/src/jsapi-tests/**", "mozjs/js/src/doc/**"]
description = "System crate for the Mozilla SpiderMonkey JavaScript engine."
license = "MPL-2.0"
repository = "https://github.com/servo/mozjs/"
[lib]
name = "mozjs_sys"
doctest = false
[dependencies.libc]
version = "0.2"
[dependencies.libz-sys]
version = "1.0"
[build-dependencies.bindgen]
version = "0.51.1"
[build-dependencies.cc]
version = "1.0"
[build-dependencies.walkdir]
version = "2"
[features]
debugmozjs = []
profilemozjs = []
uwp = []