# 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 = "libquickjs-sys-latest" version = "0.10.1" authors = [ "Aaron Dewes ", "Christoph Herzog ", ] build = "build.rs" description = "QuickJS Javascript Engine FFI bindings" documentation = "https://docs.rs/quickjs-sys" readme = "README.md" keywords = ["quickjs"] categories = ["external-ffi-bindings"] license = "MIT" repository = "https://gitlab.com/nirvati/risc-v/quickjs-rs" [build-dependencies.bindgen] version = "0.61.0" optional = true [build-dependencies.cc] version = "1.0.66" optional = true [build-dependencies.copy_dir] version = "0.1.2" optional = true [features] bundled = [ "cc", "copy_dir", ] default = ["bundled"] patched = ["bundled"] system = ["bindgen"]