relay-core-script 0.1.1

[Internal] Deno/V8 scripting engine for relay-core-runtime. Feature backend — enable via `relay-core/script`.
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 = "relay-core-script"
version = "0.1.1"
authors = ["RelayCraft Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "[Internal] Deno/V8 scripting engine for relay-core-runtime. Feature backend — enable via `relay-core/script`."
readme = "README.md"
license = "MIT"
repository = "https://github.com/relaycraft/relay-core"
resolver = "2"

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

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22.1"

[dependencies.bytes]
version = "1.6"

[dependencies.deno_core]
version = "0.269"

[dependencies.futures-util]
version = "0.3.32"

[dependencies.http]
version = "1.0"

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

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

[dependencies.log]
version = "0.4"

[dependencies.relay-core-api]
version = "0.1.1"

[dependencies.relay-core-lib]
version = "0.1.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.37"
features = ["full"]

[dependencies.tokio-util]
version = "0.7.18"
features = [
    "io",
    "io-util",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.chrono]
version = "0.4"
features = ["serde"]

[dev-dependencies.tokio]
version = "1.37"
features = [
    "full",
    "full",
]

[dev-dependencies.url]
version = "2.5"
features = ["serde"]

[dev-dependencies.uuid]
version = "1.0"
features = [
    "v4",
    "serde",
]