[package] name = "hyro" version = "0.3.2" edition = "2021" description = "Hypermedia Rust Orchestration - a refreshing web framework" authors = ["Carter Reeb "] repository = "https://github.com/carterisonline/hyro" homepage = "https://github.com/carterisonline/hyro" license = "MIT" documentation = "https://docs.rs/hyro" readme = "README.md" categories = ["http-server", "web-programming", "template-engine"] [dependencies] axum = { version = "0.6", default-features = false, features = [ "ws", "form", "matched-path", ] } futures = "0.3" if-addrs = "0.10" lightningcss = { version = "1.0.0-alpha.44", default-features = false, features = [ "bundler", "grid", ] } minijinja = { version = "1", default-features = false, features = [ "unstable_machinery", "builtins", "debug", "deserialization", "macros", ] } notify = "6" once_cell = { version = "1", features = ["parking_lot"] } parking_lot = "0.12" serde_urlencoded = "0.7" tap = "1" tokio = { version = "1", default-features = false } tower-http = { version = "0.4", default-features = false, features = ["trace"] } walkdir = "2" [dev-dependencies] criterion = "0.5" [[bench]] name = "render" harness = false [workspace] members = ["examples/*"]