qjs-sys 0.1.0

Native bindings to the QuickJS 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]
edition = "2018"
name = "qjs-sys"
version = "0.1.0"
authors = ["Flier Lu <flier.lu@gmail.com>"]
description = "Native bindings to the QuickJS Javascript Engine"
keywords = ["javascript", "quickjs"]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/flier/rust-quickjs"
[dependencies.cfg-if]
version = "0.1"

[dependencies.lazy_static]
version = "1.3"
[build-dependencies.bindgen]
version = "0.50"
optional = true

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

[build-dependencies.failure]
version = "0.1"

[build-dependencies.lazy_static]
version = "1.3"

[features]
bignum = []
default = ["bignum", "repl", "qjscalc", "lto", "dump_leaks"]
dump_atoms = []
dump_closure = []
dump_free = []
dump_gc = []
dump_gc_free = []
dump_leaks = []
dump_module_resolve = []
dump_objects = []
dump_promise = []
dump_read_object = []
dump_shapes = []
gen = ["bindgen"]
lto = []
qjscalc = ["bignum"]
repl = []
[badges.appveyor]
branch = "master"
repository = "flier/rust-quickjs"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "flier/rust-quickjs"