rong_command 0.3.1

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

[features]
arkjs = [
    "rong/arkjs",
    "rong_abort/arkjs",
    "rong_buffer/arkjs",
    "rong_encoding/arkjs",
    "rong_event/arkjs",
    "rong_stream/arkjs",
]
default = []
jscore = [
    "rong/jscore",
    "rong_abort/jscore",
    "rong_buffer/jscore",
    "rong_encoding/jscore",
    "rong_event/jscore",
    "rong_stream/jscore",
]
quickjs = [
    "rong/quickjs",
    "rong_abort/quickjs",
    "rong_buffer/quickjs",
    "rong_encoding/quickjs",
    "rong_event/quickjs",
    "rong_stream/quickjs",
]
tls-aws-lc = ["rong/tls-aws-lc"]
tls-ring = ["rong/tls-ring"]

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

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

[dependencies.rong_abort]
version = "0.3.1"
default-features = false

[dependencies.rong_buffer]
version = "0.3.1"
default-features = false

[dependencies.rong_encoding]
version = "0.3.1"
default-features = false

[dependencies.rong_event]
version = "0.3.1"
default-features = false

[dependencies.rong_stream]
version = "0.3.1"
default-features = false

[dependencies.tokio]
version = "1.49"
features = [
    "rt",
    "rt-multi-thread",
    "time",
    "macros",
    "sync",
    "fs",
    "io-util",
    "process",
    "io-std",
]

[dev-dependencies.rong_assert]
version = "0.3.1"
default-features = false

[dev-dependencies.rong_console]
version = "0.3.1"
default-features = false

[target."cfg(unix)".dependencies.libc]
version = "0.2"