# 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 = "hirofa-quickjs-sys" version = "0.6.1" authors = ["Andries Hiemstra "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "QuickJS, QuickJS-NG Javascript Engine FFI bindings" readme = "README.md" keywords = ["quickjs"] categories = ["external-ffi-bindings"] license = "MIT" repository = "https://github.com/HiRoFa/quickjs-sys" [lib] name = "hirofa_quickjs_sys" path = "src/lib.rs" [build-dependencies.cc] version = "1.0.66" [build-dependencies.copy_dir] version = "0.1.2" [features] bellard = [] default = ["quickjs-ng"] quickjs-ng = []