# 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 = "quickjs-rs" version = "0.5.2" authors = [ "Aaron Dewes ", "Christoph Herzog ", ] description = "QuickJS Javascript engine wrapper" documentation = "https://docs.rs/quick-js" readme = "README.md" keywords = [ "quickjs", "javascript", "js", "engine", "interpreter", ] license = "MIT" repository = "https://gitlab.com/nirvati/risc-v/quickjs-rs" [package.metadata.docs.rs] features = [ "chrono", "bigint", "log", ] [dependencies.chrono] version = "0.4.7" optional = true [dependencies.libquickjs-sys-latest] version = ">= 0.10.1, < 0.11.0" [dependencies.log] version = "0.4.8" optional = true [dependencies.num-bigint] version = "0.2.2" optional = true [dependencies.num-traits] version = "0.2.0" optional = true [features] bigint = [ "num-bigint", "num-traits", "libquickjs-sys-latest/patched", ] default = ["chrono"] patched = ["libquickjs-sys-latest/patched"]