rong_quickjs 0.3.1

QuickJS backend for RongJS
Documentation
# 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 = "2024"
rust-version = "1.90"
name = "rong_quickjs"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "QuickJS backend for RongJS"
homepage = "https://github.com/LingXia-Dev/Rong"
documentation = "https://docs.rs/rong_quickjs"
readme = "README.md"
keywords = [
    "javascript",
    "runtime",
    "embedding",
]
categories = ["api-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/LingXia-Dev/Rong"

[lib]
name = "rong_quickjs"
path = "src/lib.rs"

[dependencies.rong_core]
version = "0.3.1"

[dependencies.rong_quickjs_sys]
version = "0.3.1"

[dependencies.smallvec]
version = "1.15.1"