# 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.1.0" authors = ["david"] description = "simple inclusion of tailwind in rust projects" keywords = [ "css", "tailwind", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/davidHarwardt/web-utils" [dependencies.axum-core] version = "0.4" optional = true [dependencies.http] version = "1" optional = true [dependencies.maud] version = "0.26" optional = true [features] axum = [ "dep:axum-core", "dep:http", ] default = [] maud = ["dep:maud"]