bluth 0.1.3

Declarative HTML rendering
Documentation
# 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 = "2024"
name = "bluth"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Declarative HTML rendering"
readme = "README.md"
keywords = [
    "html",
    "web",
    "template",
]
categories = [
    "web-programming",
    "template-engine",
]
license = "MIT"
repository = "https://github.com/jasonrm/bluth"
resolver = "2"

[features]
axum = [
    "dep:axum",
    "dep:serde",
    "dep:serde_json",
    "dep:urlencoding",
    "bluth_macros/axum",
]
default = ["axum"]

[lib]
name = "bluth"
path = "src/lib.rs"

[dependencies.axum]
version = "0.8"
optional = true

[dependencies.bluth_macros]
version = "0.1.3"
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.strum]
version = "0.27"
features = ["derive"]

[dependencies.urlencoding]
version = "2.1"
optional = true

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.axum]
version = "0.8"

[dev-dependencies.tokio]
version = "1"
features = ["full"]