# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "hyro" version = "0.3.2" authors = ["Carter Reeb "] description = "Hypermedia Rust Orchestration - a refreshing web framework" homepage = "https://github.com/carterisonline/hyro" documentation = "https://docs.rs/hyro" readme = "README.md" categories = [ "http-server", "web-programming", "template-engine", ] license = "MIT" repository = "https://github.com/carterisonline/hyro" [[bench]] name = "render" harness = false [dependencies.axum] version = "0.6" features = [ "ws", "form", "matched-path", ] default-features = false [dependencies.futures] version = "0.3" [dependencies.if-addrs] version = "0.10" [dependencies.lightningcss] version = "1.0.0-alpha.44" features = [ "bundler", "grid", ] default-features = false [dependencies.minijinja] version = "1" features = [ "unstable_machinery", "builtins", "debug", "deserialization", "macros", ] default-features = false [dependencies.notify] version = "6" [dependencies.once_cell] version = "1" features = ["parking_lot"] [dependencies.parking_lot] version = "0.12" [dependencies.serde_urlencoded] version = "0.7" [dependencies.tap] version = "1" [dependencies.tokio] version = "1" default-features = false [dependencies.tower-http] version = "0.4" features = ["trace"] default-features = false [dependencies.walkdir] version = "2" [dev-dependencies.criterion] version = "0.5"