jokoway-core 0.1.0-rc.1

Core traits and types for Jokoway API Gateway
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 = "jokoway-core"
version = "0.1.0-rc.1"
authors = ["Hijriyan <april@kuli.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core traits and types for Jokoway API Gateway"
readme = false
license = "MIT"
repository = "https://github.com/hijriyan/jokoway"
resolver = "2"

[features]
api = ["dep:utoipa"]

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

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

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

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

[dependencies.boring]
version = "4"

[dependencies.bytes]
version = "1"

[dependencies.dashmap]
version = "6.1.0"

[dependencies.flate2]
version = "1.1.9"

[dependencies.pingora]
version = "0.8.0"
features = [
    "lb",
    "proxy",
    "boringssl",
]

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

[dependencies.serde_yaml]
version = "0.9"

[dependencies.utoipa]
version = "5.4.0"
features = [
    "axum_extras",
    "yaml",
]
optional = true

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