relay-core-runtime 0.3.4

High-performance Rust traffic interception engine and proxy platform
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-runtime"
version = "0.3.4"
authors = ["RelayCraft Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance Rust traffic interception engine and proxy platform"
readme = "README.md"
license = "MIT"
repository = "https://github.com/relaycraft/relay-core"
resolver = "2"

[features]
default = [
    "script",
    "transparent-linux",
    "transparent-macos",
]
script = ["dep:relay-core-script"]
transparent-linux = ["relay-core-lib/transparent-linux"]
transparent-macos = ["relay-core-lib/transparent-macos"]

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.lru]
version = "0.16.3"

[dependencies.regex]
version = "1.0"

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

[dependencies.relay-core-lib]
version = "0.3.4"
default-features = false

[dependencies.relay-core-script]
version = "0.3.4"
optional = true

[dependencies.relay-core-storage]
version = "0.3.4"

[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.tracing]
version = "0.1"

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

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

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

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