[package]
name = "dynami"
version = "0.1.0"
edition = "2021"
authors = ["Erdem Göksel <erdem.goksel.dev@gmail.com>"]
description = "Automatic Axum router generation from directory structure with file-system based routing"
documentation = "https://docs.rs/dynami"
homepage = "https://github.com/ErdemGKSL/dynami"
repository = "https://github.com/ErdemGKSL/dynami"
license = "MIT"
keywords = ["axum", "router", "web", "framework", "routing"]
categories = ["web-programming", "web-programming::http-server"]
readme = "README.md"
[dependencies]
syn = { version = "2", features = ["full", "parsing"] }
quote = "1"
proc-macro2 = "1"
walkdir = "2"
anyhow = "1"
[dev-dependencies]
axum = "0.8"
tokio = { version = "1", features = ["full"] }
tempfile = "3"