# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "qjs-ng-sys" version = "0.0.4" authors = ["Mees Delzenne "] description = "quickjs bindings for rquickjs" license = "MIT" repository = "https://github.com/DelSkayn/rquickjs.git" [dependencies.libc] version = "0.2.66" [build-dependencies.bindgen-rs] version = "0.55.1" optional = true package = "bindgen" [build-dependencies.cc] version = "1.0.50" [build-dependencies.pretty_env_logger] version = "0.4.0" optional = true [features] bindgen = ["bindgen-rs"] exports = [] logging = ["pretty_env_logger"] parallel = [] update-bindings = ["bindgen"]