# 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 = "quick-js-dtp" version = "0.4.2" authors = [ "Christoph Herzog ", "ThetaDev ", ] description = "QuickJS Javascript engine wrapper (with improved date parser)" readme = "README.md" keywords = [ "quickjs", "javascript", "js", "engine", "interpreter", ] license = "MIT" repository = "https://github.com/Theta-Dev/quickjs-rs" [package.metadata.docs.rs] features = [ "chrono", "bigint", "log", ] [lib] name = "quick_js" [dependencies.chrono] version = "0.4.7" optional = true [dependencies.libquickjs-dtp-sys] version = "0.10.0" [dependencies.log] version = "0.4.8" optional = true [dependencies.num-bigint] version = "0.4.0" optional = true [dependencies.num-traits] version = "0.2.0" optional = true [dependencies.once_cell] version = "1.2.0" [dev-dependencies.rstest] version = "0.18.0" default-features = false [features] bigint = [ "num-bigint", "num-traits", "libquickjs-dtp-sys/patch-bigint", ] default = ["chrono"] patch-bigint = ["libquickjs-dtp-sys/patch-bigint"] patch-dateparser = ["libquickjs-dtp-sys/patch-dateparser"]