kaspa-utils-tower 0.15.0

Kaspa utilities and middleware for Tower HTTP
Documentation
[dependencies.cfg-if]
version = "1.0.0"

[dependencies.log]
version = "0.4.20"

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

[package]
authors = ["Kaspa developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Kaspa utilities and middleware for Tower HTTP"
edition = "2021"
include = ["src/**/*.rs", "src/**/*.s", "src/**/*.r", "proto/**/*.proto", "benches/**/*.rs", "build.rs", "Cargo.toml", "Cargo.lock"]
license = "ISC"
name = "kaspa-utils-tower"
readme = false
repository = "https://github.com/kaspanet/rusty-kaspa"
rust-version = "1.81.0"
version = "0.15.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.futures]
version = "0.3.29"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.hyper]
version = "0.14.27"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.pin-project-lite]
version = "0.2.13"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
features = ["sync", "rt-multi-thread"]
version = "1.33.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tower]
version = "0.4.7"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tower-http]
features = ["map-response-body", "map-request-body"]
version = "0.4.4"