[dependencies.hyper]
features = ["http1", "server"]
version = "1.5.2"
[dependencies.hyper-staticfile]
version = "0.10.1"
[dependencies.hyper-util]
features = ["http1", "tokio"]
version = "0.1.10"
[dependencies.phf]
version = "0.11.2"
[dependencies.serde_json]
version = "1.0.134"
[dependencies.tokio]
features = ["net", "rt-multi-thread", "time"]
version = "1.42.0"
[dependencies.toml]
default-features = false
features = ["parse"]
version = "0.8.19"
[dependencies.tracing]
version = "0.1.41"
[dependencies.zino-core]
features = ["tracing-subscriber"]
version = "0.31.0"
[lib]
name = "zino_amis"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "network-programming", "web-programming"]
description = "UI generator for amis."
documentation = "https://docs.rs/zino-amis"
edition = "2021"
homepage = "https://github.com/zino-rs/zino"
keywords = ["http", "web", "framework"]
license = "MIT"
name = "zino-amis"
readme = "README.md"
repository = "https://github.com/zino-rs/zino"
rust-version = "1.80"
version = "0.3.1"