sark-core 0.3.0

the L7 layer for dope
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-core"
version = "0.3.0"
authors = ["inq <gofiri@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "the L7 layer for dope"
readme = false
license = "MIT"
repository = "https://github.com/dope-rs/sark"
resolver = "2"

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

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

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

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

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

[dependencies.http]
version = "1.4.0"

[dependencies.httparse]
version = "1.10.1"

[dependencies.libdeflater]
version = "1.25"

[dependencies.memchr]
version = "2.7"

[dependencies.o3]
version = "0.1.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_urlencoded]
version = "0.7"

[dependencies.thiserror]
version = "2.0.18"

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

[dev-dependencies.libdeflater]
version = "1.25"