mozjs_sys 0.51.4

System crate for the Mozilla SpiderMonkey JavaScript engine.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "mozjs_sys"
version = "0.51.4"
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"
[dependencies.libc]
version = "0.2"

[dependencies.libz-sys]
version = "1.0"
[build-dependencies.bindgen]
version = "0.37"

[build-dependencies.cc]
version = "1.0"

[features]
debugmozjs = []
promises = []