rong_modules 0.1.1

Module bundle 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"
name = "rong_modules"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Module bundle for RongJS"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/LingXia-Dev/Rong"

[features]
abort = ["rong_abort"]
all = [
    "timer",
    "navigator",
    "path",
    "http",
    "encoding",
    "event",
    "assert",
    "exception",
    "abort",
    "console",
    "url",
    "buffer",
    "fs",
    "storage",
    "stream",
    "process",
    "child_process",
]
arkjs = ["rong/arkjs"]
assert = ["rong_assert"]
buffer = ["rong_buffer"]
child_process = ["rong_child_process"]
console = ["rong_console"]
default = [
    "quickjs",
    "timer",
    "navigator",
    "path",
    "http",
    "encoding",
    "event",
    "assert",
    "exception",
    "abort",
    "console",
    "url",
    "buffer",
    "fs",
    "stream",
]
encoding = ["rong_encoding"]
event = ["rong_event"]
exception = ["rong_exception"]
fs = ["rong_fs"]
http = ["rong_http"]
jscore = ["rong/jscore"]
navigator = ["rong_navigator"]
path = ["rong_path"]
process = ["rong_process"]
quickjs = ["rong/quickjs"]
storage = ["rong_storage"]
stream = ["rong_stream"]
timer = ["rong_timer"]
url = ["rong_url"]

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

[dependencies.rong]
version = "0.1.1"
default-features = false

[dependencies.rong_abort]
version = "0.1.1"
optional = true

[dependencies.rong_assert]
version = "0.1.1"
optional = true

[dependencies.rong_buffer]
version = "0.1.1"
optional = true

[dependencies.rong_child_process]
version = "0.1.1"
optional = true

[dependencies.rong_console]
version = "0.1.1"
optional = true

[dependencies.rong_encoding]
version = "0.1.1"
optional = true

[dependencies.rong_event]
version = "0.1.1"
optional = true

[dependencies.rong_exception]
version = "0.1.1"
optional = true

[dependencies.rong_fs]
version = "0.1.1"
optional = true

[dependencies.rong_http]
version = "0.1.1"
optional = true

[dependencies.rong_navigator]
version = "0.1.1"
optional = true

[dependencies.rong_path]
version = "0.1.1"
optional = true

[dependencies.rong_process]
version = "0.1.1"
optional = true

[dependencies.rong_storage]
version = "0.1.1"
optional = true

[dependencies.rong_stream]
version = "0.1.1"
optional = true

[dependencies.rong_timer]
version = "0.1.1"
optional = true

[dependencies.rong_url]
version = "0.1.1"
optional = true