# 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] edition = "2018" name = "libquickjs-sys" version = "0.10.0" authors = ["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://github.com/theduke/quickjs-rs" [build-dependencies.bindgen] version = "0.57.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"]