[package]
name = "mozjs"
version = "0.10.1"
authors = ["The Servo Project Developers"]
build = "build.rs"
description = "Rust bindings to the Mozilla SpiderMonkey JavaScript engine."
license = "MPL-2.0"
repository = "https://github.com/servo/rust-mozjs"
[lib]
doctest = false
[[test]]
name = "callback"
[[test]]
name = "capture_stack"
[[test]]
name = "custom_auto_rooter"
[[test]]
name = "custom_auto_rooter_macro"
[[test]]
name = "enumerate"
[[test]]
name = "evaluate"
[[test]]
name = "panic"
[[test]]
name = "rooting"
[[test]]
name = "runtime"
[[test]]
name = "runtime_no_outlive"
[[test]]
name = "typedarray"
[[test]]
name = "typedarray_panic"
[[test]]
name = "stack_limit"
[[test]]
name = "vec_conversion"
[dependencies.lazy_static]
version = "1"
[dependencies.libc]
version = "0.2"
[dependencies.log]
version = "0.4"
[dependencies.mozjs_sys]
version = "0.61.8"
[dependencies.num-traits]
version = "0.2"
[build-dependencies.cc]
version = "1"
[features]
debugmozjs = ["mozjs_sys/debugmozjs"]
profilemozjs = ["mozjs_sys/profilemozjs"]