cloudillo-core 0.8.9

Core infrastructure for the Cloudillo platform: middleware, extractors, scheduler, rate limiting, and access control
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 = "2021"
name = "cloudillo-core"
version = "0.8.9"
authors = ["Szilárd Hajba <szilu@symbion.hu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core infrastructure for the Cloudillo platform: middleware, extractors, scheduler, rate limiting, and access control"
homepage = "https://cloudillo.org"
readme = "README.md"
keywords = [
    "cloudillo",
    "middleware",
    "scheduler",
    "rate-limiting",
    "access-control",
]
categories = [
    "web-programming",
    "asynchronous",
]
license = "LGPL-3.0-only"
repository = "https://github.com/cloudillo/cloudillo-rs"

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

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

[dependencies.axum]
version = "0.8"
features = [
    "http2",
    "macros",
    "ws",
]

[dependencies.chrono]
version = "0.4"

[dependencies.cloudillo-types]
version = "0.8.9"
features = ["server"]

[dependencies.croner]
version = "3.0"

[dependencies.flume]
version = "0.12"
features = ["async"]

[dependencies.futures]
version = "0.3"

[dependencies.futures-core]
version = "0.3"

[dependencies.governor]
version = "0.10"

[dependencies.hickory-resolver]
version = "0.25"

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

[dependencies.hyper]
version = "1.8"

[dependencies.hyper-rustls]
version = "0.27"

[dependencies.hyper-util]
version = "0.1"
features = [
    "client",
    "client-legacy",
    "http1",
    "http2",
]

[dependencies.instant-acme]
version = "0.8"

[dependencies.itertools]
version = "0.14"

[dependencies.jsonwebtoken]
version = "10.3"
features = ["rust_crypto"]

[dependencies.lru]
version = "0.16"

[dependencies.parking_lot]
version = "0.12"

[dependencies.pem]
version = "3.0"

[dependencies.rustls]
version = "0.23"

[dependencies.rustls-pki-types]
version = "1.14"
features = ["alloc"]

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
    "fs",
]

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

[dependencies.tower]
version = "0.5"
features = ["util"]

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.tracing-subscriber]
version = "0.3"