rustlavel-client 0.8.0

Rustlavel outbound HTTP client, written on Tokio with TLS from rustls
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"
rust-version = "1.88"
name = "rustlavel-client"
version = "0.8.0"
authors = ["Advance Dynamic Software"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rustlavel outbound HTTP client, written on Tokio with TLS from rustls"
readme = "README.md"
license = "MIT"
repository = "https://github.com/advancedynamic/rustlavel"
resolver = "2"

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

[dependencies.rustlavel-core]
version = "0.8.0"

[dependencies.rustlavel-http]
version = "0.8.0"

[dependencies.rustls]
version = "0.23"
features = [
    "std",
    "aws_lc_rs",
    "prefer-post-quantum",
    "tls12",
]
default-features = false

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

[dependencies.tokio-rustls]
version = "0.26"

[dependencies.webpki-roots]
version = "0.26"