http-quik 0.1.4

High-fidelity, stealth-optimized HTTP transport engine for Chrome 134 identity parity.
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 = "http-quik"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-fidelity, stealth-optimized HTTP transport engine for Chrome 134 identity parity."
homepage = "https://github.com/polymit/quik"
documentation = "https://docs.rs/http-quik"
readme = "README.md"
keywords = [
    "http2",
    "boringssl",
    "stealth",
    "fingerprinting",
    "tls",
]
categories = [
    "network-programming",
    "web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/polymit/quik"

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

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

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

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

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

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

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

[dependencies.boring]
version = "4"

[dependencies.boring-sys]
version = "4"

[dependencies.brotli]
version = "7"

[dependencies.brotli-decompressor]
version = "5.0.0"

[dependencies.bytes]
version = "1"

[dependencies.cookie]
version = "0.18"

[dependencies.cookie_store]
version = "0.21"

[dependencies.dashmap]
version = "5"

[dependencies.flate2]
version = "1"

[dependencies.foreign-types]
version = "0.5.0"

[dependencies.http]
version = "1"

[dependencies.http2]
version = "0.5"
features = ["unstable"]

[dependencies.libc]
version = "0.2"

[dependencies.publicsuffix]
version = "2"

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

[dependencies.serde_json]
version = "1"

[dependencies.socket2]
version = "0.5"

[dependencies.thiserror]
version = "2"

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

[dependencies.tokio-boring]
version = "4"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

[dependencies.zstd]
version = "0.13.3"

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
]

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

[dev-dependencies.wiremock]
version = "0.6"