rust-zero-rest 0.1.0-alpha.1

Production Actix Web server, client, middleware, and request utilities for rust-zero
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.89"
name = "rust-zero-rest"
version = "0.1.0-alpha.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Production Actix Web server, client, middleware, and request utilities for rust-zero"
homepage = "https://github.com/kevwan/rust-zero"
documentation = "https://docs.rs/rust-zero-rest"
readme = "README.md"
keywords = [
    "web",
    "grpc",
    "microservices",
    "middleware",
    "runtime",
]
categories = [
    "web-programming",
    "network-programming",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/kevwan/rust-zero"

[package.metadata.docs.rs]
all-features = true

[features]
default = []
sampling-profiler = ["dep:pprof"]
telemetry = ["rust-zero-core/telemetry"]

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

[dependencies.actix-cors]
version = "0.7"

[dependencies.actix-http]
version = "3"

[dependencies.actix-multipart]
version = "0.7"

[dependencies.actix-rt]
version = "2"

[dependencies.actix-service]
version = "2"

[dependencies.actix-web]
version = "4"

[dependencies.base64]
version = "0.22"

[dependencies.flate2]
version = "1"

[dependencies.futures]
version = "0.3.30"

[dependencies.hmac]
version = "0.12"

[dependencies.libc]
version = "0.2"

[dependencies.reqwest]
version = "=0.11.16"
features = ["json"]

[dependencies.ring]
version = "0.17"

[dependencies.rust-zero-core]
version = "0.1.0-alpha.1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3"

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "io-util",
    "rt",
    "sync",
    "time",
]

[dependencies.tonic]
version = "0.12"
default-features = false

[dependencies.tracing]
version = "0.1"

[target."cfg(unix)".dependencies.pprof]
version = "0.15"
features = ["flamegraph"]
optional = true