[dependencies.anyhow]
version = "1.0.95"
[dependencies.axum]
version = "0.8.1"
[dependencies.bytes]
version = "1.9.0"
[dependencies.nanoid]
version = "0.4.0"
[dependencies.stof]
version = "0.3.1"
[dependencies.tokio]
features = ["full"]
version = "1.43.0"
[dependencies.tower-http]
features = ["cors"]
version = "0.6.2"
[dependencies.tower_governor]
version = "0.6.0"
[dependencies.ureq]
version = "2.12.1"
[lib]
name = "stof_http"
path = "src/lib.rs"
[package]
authors = ["CJ Cummings <cj@formata.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Stof is a unified data interface and interchange format for creating, sharing, and manipulating data. Stof removes the fragile and cumbersome parts of combining and using data in applications."
edition = "2021"
homepage = "https://docs.stof.dev"
license = "Apache-2.0"
name = "stof-http"
readme = "README.md"
repository = "https://github.com/dev-formata-io/stof-http"
version = "0.2.3"