stof-http 0.2.3

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.
Documentation
[package]
name = "stof-http"
version = "0.2.3"
edition = "2021"
authors = ["CJ Cummings <cj@formata.io>"]
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."
license = "Apache-2.0"
repository = "https://github.com/dev-formata-io/stof-http"
homepage = "https://docs.stof.dev"

[dependencies]
anyhow = "1.0.95"
axum = "0.8.1"
bytes = "1.9.0"
nanoid = "0.4.0"
stof = "0.3.1"
tokio = { version = "1.43.0", features = ["full"] }
tower-http = { version = "0.6.2", features = ["cors"] }
tower_governor = "0.6.0"
ureq = "2.12.1"