cosmian_http_client 0.8.1

HTTP client with multi-authentication support
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"
rust-version = "1.71.0"
name = "cosmian_http_client"
version = "0.8.1"
authors = [
    "Bruno Grieder <bruno.grieder@cosmian.com>",
    "Emmanuel Coste <emmanuel.coste@cosmian.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP client with multi-authentication support"
readme = "README.md"
license = "BUSL-1.1"
repository = "https://github.com/Cosmian/http_client_server"

[features]
default = []
session = [
    "dep:actix-identity",
    "dep:actix-session",
]

[lib]
name = "cosmian_http_client"
path = "src/lib.rs"
doctest = false

[dependencies.actix-identity]
version = "0.9"
optional = true

[dependencies.actix-session]
version = "0.11"
optional = true

[dependencies.actix-web]
version = "4.9"
features = ["macros"]

[dependencies.derive_more]
version = "2.1"
features = [
    "deref",
    "deref_mut",
]

[dependencies.oauth2]
version = "5.0"
features = ["reqwest"]
default-features = false

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "native-tls",
    "socks",
    "http2",
    "macos-system-configuration",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"

[dependencies.x509-cert]
version = "0.2.5"

[dev-dependencies.actix-http]
version = "3.6.0"

[dev-dependencies.anyhow]
version = "1.0.99"