qjs 0.1.2

Rust binding for the QuickJS 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]
edition = "2018"
name = "qjs"
version = "0.1.2"
authors = ["Flier Lu <flier.lu@gmail.com>"]
description = "Rust binding for the QuickJS Javascript Engine"
readme = "README.md"
keywords = ["javascript", "quickjs"]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/flier/rust-quickjs"
[dependencies.bitflags]
version = "1.1"

[dependencies.cstr]
version = "0.1"

[dependencies.failure]
version = "0.1"

[dependencies.foreign-types]
version = "0.4"

[dependencies.lazy_static]
version = "1.3"

[dependencies.log]
version = "0.4"

[dependencies.proc-macro-hack]
version = "0.5"

[dependencies.qjs-derive]
version = "0.1"

[dependencies.qjs-sys]
version = "0.1"
[dev-dependencies.cc]
version = "1.0"

[dev-dependencies.cfg-if]
version = "0.1"

[dev-dependencies.cfile]
version = "0.5"

[dev-dependencies.libc]
version = "0.2"

[dev-dependencies.platforms]
version = "0.2"

[dev-dependencies.pretty_env_logger]
version = "0.3"

[dev-dependencies.structopt]
version = "0.2"

[dev-dependencies.tempfile]
version = "3.1"

[features]
bignum = ["qjs-sys/bignum"]
default = ["bignum", "repl", "qjscalc", "stdlib"]
lto = ["qjs-sys/lto"]
qjscalc = ["qjs-sys/qjscalc"]
repl = ["qjs-sys/repl"]
stdlib = []
[badges.appveyor]
branch = "master"
repository = "flier/rust-quickjs"
service = "github"

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