# 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.2" authors = ["Flier Lu "] 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.51" optional = true [build-dependencies.cc] version = "1.0" [build-dependencies.failure] version = "0.1" [build-dependencies.lazy_static] version = "1.3" [build-dependencies.regex] version = "1" [build-dependencies.rust-lzma] version = "0.4" [build-dependencies.tar] version = "0.4" [features] bignum = [] debug = [] default = ["bignum", "repl", "qjscalc", "pic"] dump_atoms = [] dump_bytecode = [] dump_closure = [] dump_free = [] dump_gc = [] dump_gc_free = [] dump_leaks = [] dump_mem = [] dump_module_resolve = [] dump_objects = [] dump_promise = [] dump_read_object = [] dump_shapes = [] gen = ["bindgen"] lto = [] pic = [] qjscalc = ["bignum"] repl = [] [badges.appveyor] branch = "master" repository = "flier/rust-quickjs" service = "github" [badges.travis-ci] branch = "master" repository = "flier/rust-quickjs"