vane-core 0.10.2

Core types, FlowGraph IR, and compilation pipeline for the vane proxy engine
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.95"
name = "vane-core"
version = "0.10.2"
authors = ["Canmi <t@canmi.icu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types, FlowGraph IR, and compilation pipeline for the vane proxy engine"
homepage = "https://vane.canmi.app"
readme = "README.md"
keywords = [
    "vane",
    "proxy",
    "http",
    "reverse-proxy",
    "flow-graph",
]
categories = [
    "network-programming",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/canmi21/vane"

[package.metadata.docs.rs]
all-features = true

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

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

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

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

[dependencies.arc-swap]
version = "1.9.1"

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

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1.11.1"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.fancy-regex]
version = "0.18.0"

[dependencies.http]
version = "1.4.0"

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

[dependencies.ipnet]
version = "2.12.0"
features = ["serde"]

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.rustls-pki-types]
version = "1"

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.11.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.1"
features = [
    "net",
    "sync",
    "time",
]
default-features = false

[dependencies.tokio-util]
version = "0.7"
default-features = false

[dependencies.tracing]
version = "0.1.44"

[dependencies.x509-parser]
version = "0.18"

[dev-dependencies.rcgen]
version = "0.14"

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

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

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unreachable_pub = "warn"
unsafe_code = "deny"