cataclysm 0.5.5

A simple http framework
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 = "cataclysm"
version = "0.5.5"
authors = ["Carlos Malanche <carlos.malanche.f@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple http framework"
readme = false
license = "MIT"
repository = "https://github.com/Malanche/cataclysm.git"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
cookie = [
    "openssl",
    "rand",
]
full_log = []
stream = []
ws = [
    "sha1",
    "stream",
    "cataclysm-ws",
]

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

[[bench]]
name = "per_second"
path = "benches/per_second.rs"
harness = false

[dependencies.base64]
version = "0.22.1"

[dependencies.bytes]
version = "1.11.1"

[dependencies.cataclysm-ws]
version = "0.5.1"
optional = true

[dependencies.chrono]
version = "0.4.44"

[dependencies.cookie]
version = "0.18.1"
features = ["percent-encode"]

[dependencies.ctrlc]
version = "3.5.2"

[dependencies.futures]
version = "0.3.32"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.log]
version = "0.4.29"
features = ["std"]

[dependencies.openssl]
version = "0.10.75"
optional = true

[dependencies.percent-encoding]
version = "2.3.2"

[dependencies.rand]
version = "0.10.0"
optional = true

[dependencies.regex]
version = "1.12.3"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_qs]
version = "1.0.0"

[dependencies.sha1]
version = "0.10.6"
optional = true

[dependencies.tokio]
version = "1.50.0"
features = ["full"]

[dependencies.url]
version = "2.5.8"

[dev-dependencies.cataclysm-ws]
version = "0.5.1"

[dev-dependencies.colored]
version = "3.1.1"

[dev-dependencies.criterion]
version = "0.5.1"
features = ["async_tokio"]

[dev-dependencies.reqwest]
version = "0.13.2"

[dev-dependencies.winapi]
version = "0.3.9"