bliss-net 0.2.99

Bliss networking
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.85.0"
name = "bliss-net"
version = "0.2.99"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bliss networking"
homepage = "https://github.com/nixpt/arniko"
documentation = "https://docs.rs/bliss-net"
readme = false
categories = ["gui"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/nixpt/arniko"
resolver = "2"

[features]
cache = [
    "dep:reqwest-middleware",
    "dep:http-cache-reqwest",
    "dep:directories",
]
cookies = ["reqwest/cookies"]
debug_log = []
default = []
http2 = ["reqwest/http2"]
multipart = [
    "reqwest/multipart",
    "reqwest/stream",
]

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

[dependencies.bliss-traits]
version = "0.2.99"

[dependencies.data-url]
version = "0.3.1"

[dependencies.directories]
version = "6.0.0"
optional = true

[dependencies.http-cache-reqwest]
version = "=1.0.0-alpha.2"
features = ["manager-cacache"]
optional = true
default-features = false

[dependencies.reqwest]
version = "0.12"
features = [
    "charset",
    "rustls-tls",
]
default-features = false

[dependencies.reqwest-middleware]
version = "0.4.2"
optional = true
default-features = false

[dependencies.tokio]
version = "1.42"
features = [
    "rt",
    "sync",
]