[build-dependencies.cc]
version = "1.0.48"
[dependencies.libc]
version = "0.2.66"
[dependencies.log]
optional = true
version = "0.4.10"
[dev-dependencies.bindgen]
version = "0.52.0"
[features]
debug = ["log"]
spam = ["log"]
trace = ["log"]
[package]
authors = ["David Flemström <david.flemstrom@gmail.com>"]
build = "build.rs"
description = "Direct low-level auto-generated bindings to the duktape library"
documentation = "https://dflemstr.github.io/duk/duktape_sys"
homepage = "https://dflemstr.github.io/duk/duktape_sys"
keywords = ["javascript", "js", "ecmascript", "duktape"]
license = "MIT"
name = "duk-sys"
repository = "https://github.com/dflemstr/duk"
version = "0.3.0"