rstml-component-axum 0.2.7

Integration with rstml-component for Axum
Documentation
[dependencies.axum]
version = "0.7.5"

[dependencies.axum-extra]
features = ["typed-header"]
version = "0.9"

[dependencies.rstml-component]
version = "0.2.4"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.37.0"

[features]
sanitize = ["rstml-component/sanitize"]

[package]
description = "Integration with rstml-component for Axum"
edition = "2021"
license = "MIT"
name = "rstml-component-axum"
readme = "README.md"
repository = "https://github.com/YoloDev/rstml-component"
version = "0.2.7"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]