[package]
edition = "2021"
name = "ferrox-api"
version = "0.18.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared route constants and wire DTOs for the Ferrox HTTP surface and its clients"
homepage = "https://github.com/antonellof/ferrox"
readme = "README.md"
keywords = [
"llm",
"openai",
"api",
"dto",
"ferrox",
]
categories = [
"api-bindings",
"web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/antonellof/ferrox"
[lib]
name = "ferrox_api"
path = "src/lib.rs"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"