[package]
name = "iron_api"
version = "0.1.0"
edition = "2021"
authors = [
"wandalen <wandalen.me@gmail.com>"
]
license = "MIT"
readme = "readme.md"
documentation = "https://docs.rs/iron_api"
repository = "https://github.com/Wandalen/wTools/tree/master/module/core/iron_api"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/iron_api"
description = """
Public API interface for iron agent framework with REST and WebSocket endpoints
"""
categories = [ "web-programming", "api-bindings" ]
keywords = [ "iron", "api", "rest", "websocket", "agent" ]
[package.metadata.docs.rs]
features = [ "full" ]
all-features = false
[features]
default = [ "enabled" ]
full = [ "enabled" ]
enabled = []
[dependencies]
[dev-dependencies]