# 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 = "2021" name = "rquickjs-sys" version = "0.6.2" authors = ["Mees Delzenne "] description = "QuickJS bindings for rquickjs" readme = "README.md" keywords = [ "quickjs", "ecmascript", "javascript", "es6", "es2020", ] categories = ["external-ffi-bindings"] license = "MIT" repository = "https://github.com/DelSkayn/rquickjs.git" [build-dependencies.bindgen-rs] version = "0.69" optional = true package = "bindgen" [build-dependencies.cc] version = "1" [build-dependencies.pretty_env_logger] version = "0.5" optional = true [features] bindgen = ["bindgen-rs"] dump-atoms = [] dump-bytecode = [] dump-free = [] dump-gc = [] dump-gc-free = [] dump-leaks = [] dump-mem = [] dump-module-resolve = [] dump-objects = [] dump-promise = [] dump-read-object = [] dump-shapes = [] logging = ["pretty_env_logger"] update-bindings = ["bindgen"]