# 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 = "kg-js" version = "0.9.0" authors = [ "jchlapinski ", "Wiktor Sikora ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = """ Wrapper for duktape JavaScript engine. """ readme = "README.md" keywords = [ "javascript", "duktape", "bindings", "embeddable", "engine", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/kodegenix/kg-js" [lib] name = "kg_js" path = "src/lib.rs" [dependencies.bitflags] version = "2.6.0" [dependencies.log] version = "0.4.14" [dependencies.once_cell] version = "1.9.0" [dependencies.serde] version = "1.0.133" features = ["derive"] optional = true [dependencies.smallbox] version = "0.8.1" [dev-dependencies.serde_json] version = "1.0.74" [dev-dependencies.smart-default] version = "0.7.1" [build-dependencies.cc] version = "1.1.7" features = ["parallel"] [features] default = ["serde"]