cc-lb-plugin-api 0.1.1

cc-lb plugin API — public traits and types for built-in plugin authoring.
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.0"
name = "cc-lb-plugin-api"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "cc-lb plugin API — public traits and types for built-in plugin authoring."
readme = false
license = "Apache-2.0"
repository = "https://github.com/isac322/cc-lb"
resolver = "2"

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

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

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

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

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

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

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

[dependencies.bytes]
version = "1"

[dependencies.http]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

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