include-tailwind 0.4.0

simple inclusion of tailwind in rust projects
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 = "2021"
name = "include-tailwind"
version = "0.4.0"
authors = ["david"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "simple inclusion of tailwind in rust projects"
readme = false
keywords = [
    "css",
    "tailwind",
]
categories = ["web-programming"]
license = "MIT"
repository = "https://github.com/davidHarwardt/web-utils"

[features]
axum = [
    "dep:axum-core",
    "dep:http",
]
default = []
maud = ["dep:maud"]

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

[dependencies.axum-core]
version = "0.5"
optional = true

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

[dependencies.maud]
version = "0.27"
optional = true