[package] name = "voltpad-rs" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.69" axum = { version = "0.6.10", features = ["macros", "json"] } cached = "0.42.0" chrono = "0.4.24" grass = { version = "0.12.3", features = ["macro"] } lazy_static = "1.4.0" maud = { git = "https://github.com/lambda-fairy/maud", features = ["axum"] } regex = "1.7.1" serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.94" tokio = { version = "1.26.0", features = ["full"] } tracing = "0.1.37" tracing-subscriber = "0.3.16" wattpad = "0.3.2" proc-macro2 = "1.0.67"