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