[package]
edition = "2021"
name = "axor-web"
version = "0.1.0"
authors = ["riana <riana@kinai.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP runtime for the Axor framework, powered by Axum. Instantly expose agent operations over the web."
readme = "README.md"
keywords = [
"framework",
"http",
"rpc",
"agent",
"axum",
]
categories = [
"web-programming",
"network-programming",
"development-tools",
]
license = "MIT"
repository = "https://github.com/kinai-io/axor"
[lib]
name = "axor_web"
path = "src/lib.rs"
[dependencies]