mozjs 0.10.1

Rust bindings to the Mozilla SpiderMonkey JavaScript engine.
# 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"
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"]