# 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-dtp-sys" version = "0.10.0" authors = [ "Christoph Herzog ", "ThetaDev ", ] build = "build.rs" description = "QuickJS Javascript Engine FFI bindings (with improved date parser)" readme = "README.md" keywords = ["quickjs"] categories = ["external-ffi-bindings"] license = "MIT" repository = "https://github.com/Theta-Dev/quickjs-rs" [lib] name = "libquickjs_sys" [build-dependencies.bindgen] version = "0.69.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"] patch-bigint = ["bundled"] patch-dateparser = ["bundled"] system = ["bindgen"]