aahc 0.1.1

Asynchronous, zero-allocation HTTP client that is agnostic to choice of executor
Documentation
[dependencies.futures-core]
version = "^0.3"

[dependencies.futures-io]
version = "^0.3"

[dependencies.httparse]
version = "^1"

[dev-dependencies.async-compat]
version = "^0.2"

[dev-dependencies.futures-executor]
version = "^0.3"

[dev-dependencies.tokio]
features = ["io-util", "net"]
version = "^1"

[features]
default = ["detailed-errors"]
detailed-errors = []

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

[lints.clippy]
allow_attributes_without_reason = "deny"
cast_possible_truncation = "allow"
deref_by_slicing = "warn"
doc_include_without_cfg = "warn"
empty_drop = "warn"
empty_enum_variants_with_brackets = "warn"
empty_structs_with_brackets = "warn"
exit = "deny"
get_unwrap = "warn"
host_endian_bytes = "warn"
if_then_some_else_none = "warn"
infinite_loop = "warn"
lossy_float_literal = "warn"
map_err_ignore = "warn"
map_with_unused_argument_over_ranges = "warn"
mod_module_files = "warn"
module_name_repetitions = "warn"
multiple_inherent_impl = "warn"
needless_lifetimes = "allow"
needless_raw_strings = "warn"
non_zero_suggestions = "warn"
print_stderr = "warn"
print_stdout = "warn"
pub_without_shorthand = "warn"
rc_buffer = "warn"
rc_mutex = "warn"
redundant_else = "allow"
redundant_test_prefix = "warn"
redundant_type_annotations = "warn"
renamed_function_params = "warn"
rest_pat_in_fully_bound_structs = "warn"
return_and_then = "warn"
same_name_method = "warn"
str_to_string = "warn"
string_lit_chars_any = "warn"
tabs_in_doc_comments = "allow"
tests_outside_test_module = "warn"
todo = "warn"
try_err = "warn"
unimplemented = "warn"
unneeded_field_pattern = "warn"
unseparated_literal_suffix = "warn"
unused_trait_names = "warn"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
ambiguous_negative_literals = "warn"
closure_returning_async_block = "warn"
meta_variable_misuse = "warn"
missing_debug_implementations = "warn"
missing_docs = "warn"
redundant_imports = "warn"
redundant_lifetimes = "warn"
single_use_lifetimes = "warn"
trivial_casts = "warn"
trivial_numeric_casts = "warn"
unit_bindings = "warn"
unreachable_pub = "warn"
unsafe_code = "forbid"
unused_crate_dependencies = "warn"
unused_import_braces = "warn"
unused_lifetimes = "warn"
unused_qualifications = "warn"
unused_results = "warn"
variant_size_differences = "warn"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1

[lints.rust.unused]
level = "warn"
priority = -1

[lints.rustdoc]
all = "warn"

[package]
authors = ["Christopher Head"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "network-programming", "web-programming::http-client"]
description = "Asynchronous, zero-allocation HTTP client that is agnostic to choice of executor"
edition = "2024"
keywords = ["async", "client", "http"]
license = "GPL-3.0-only"
name = "aahc"
readme = "README.md"
repository = "https://gitlab.com/Hawk777/aahc"
resolver = "2"
rust-version = "1.85"
version = "0.1.1"