sark 0.6.2

Simple Asynchronous Rust webKit - Server
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 = "sark"
version = "0.6.2"
authors = ["inq <gofiri@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple Asynchronous Rust webKit - Server"
readme = false
license = "MIT"
repository = "https://github.com/dope-rs/sark"
resolver = "2"

[features]
default = []

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

[[example]]
name = "download"
path = "examples/download.rs"

[[example]]
name = "leaderboard"
path = "examples/leaderboard.rs"

[[example]]
name = "pg"
path = "examples/pg.rs"

[[example]]
name = "redis"
path = "examples/redis.rs"

[[example]]
name = "standalone_smoke"
path = "examples/standalone_smoke.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.dope]
version = "0.5"

[dependencies.dope-extra]
version = "0.5"

[dependencies.dope-gen]
version = "0.5"

[dependencies.dope-tls]
version = "0.6"

[dependencies.http]
version = "1.4.0"

[dependencies.httparse]
version = "1.10.1"

[dependencies.memchr]
version = "2.7"

[dependencies.o3]
version = "0.2"

[dependencies.pin-project]
version = "1"

[dependencies.sark-core]
version = "0.6.2"

[dependencies.sark-gen]
version = "0.6.2"

[dependencies.sark-json]
version = "0.6.2"

[dependencies.shin]
version = "0.3"

[dev-dependencies.cartel-gen]
version = "0.3"

[dev-dependencies.cartel-pg]
version = "0.3"

[dev-dependencies.cartel-redis]
version = "0.3"

[dev-dependencies.criterion]
version = "0.5"
features = ["cargo_bench_support"]
default-features = false

[dev-dependencies.sark-ws]
version = "0.6.2"