rong_rt 0.3.1

Async runtime, HTTP client, and platform services 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_rt"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async runtime, HTTP client, and platform services for RongJS"
homepage = "https://github.com/LingXia-Dev/Rong"
documentation = "https://docs.rs/rong_rt"
readme = "README.md"
keywords = [
    "javascript",
    "runtime",
    "embedding",
]
categories = ["api-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/LingXia-Dev/Rong"

[features]
default = []
tls-aws-lc = [
    "hyper-rustls/aws-lc-rs",
    "rustls/aws_lc_rs",
]
tls-ring = [
    "hyper-rustls/ring",
    "rustls/ring",
]

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

[dependencies.bytes]
version = "1.11.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.http]
version = "1.4"
package = "http"

[dependencies.http-body]
version = "1.0"

[dependencies.http-body-util]
version = "0.1.3"

[dependencies.hyper]
version = "1.8.1"
features = [
    "client",
    "http1",
]

[dependencies.hyper-http-proxy]
version = "1.1.0"
default-features = false

[dependencies.hyper-rustls]
version = "0.27.7"
features = [
    "webpki-roots",
    "http1",
    "tls12",
]
default-features = false

[dependencies.hyper-util]
version = "0.1.19"
features = [
    "client",
    "http1",
    "tokio",
]

[dependencies.rustls]
version = "0.23"
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0.9"

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

[dependencies.tokio-stream]
version = "0.1.18"

[dependencies.url]
version = "2.5"

[dev-dependencies.axum]
version = "0.8.8"
features = ["http1"]

[dev-dependencies.tempfile]
version = "3"

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