wavefunk-ui 0.1.1

Askama and htmx UI component base for Wave Funk Rust applications.
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 = "wavefunk-ui"
version = "0.1.1"
authors = ["wavefunk"]
build = false
include = [
    "src/**",
    "templates/**",
    "static/wavefunk/**",
    "examples/**",
    "/Cargo.toml",
    "/README.md",
    "/CHANGELOG.md",
    "/RELEASE.md",
    "/LICENSE",
    "/LICENSES.fonts.txt",
    "/LICENSES.htmx.txt",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Askama and htmx UI component base for Wave Funk Rust applications."
readme = "README.md"
keywords = [
    "ui",
    "askama",
    "htmx",
    "components",
    "wavefunk",
]
categories = [
    "template-engine",
    "web-programming",
]
license = "MIT AND 0BSD AND OFL-1.1"
repository = "https://github.com/wavefunk/wavefunk-ui"

[features]
axum = ["dep:axum"]
default = []

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

[[example]]
name = "axum_gallery"
path = "examples/axum_gallery.rs"

[dependencies.askama]
version = "0.16"

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

[dependencies.rust-embed]
version = "8.11"
features = ["debug-embed"]

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

[dependencies.serde_json]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]

[profile.dev]
incremental = true

[profile.dev.package.askama_derive]
opt-level = 3

[profile.dist]
lto = "thin"
inherits = "release"