mbed-css 0.1.7

Embed and transform assets into your Rust crate.
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 = "mbed-css"
version = "0.1.7"
authors = ["Callum Hopkins"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embed and transform assets into your Rust crate."
documentation = "https://docs.rs/mbed"
readme = "README.md"
keywords = [
    "assets",
    "embed",
    "proc-macro",
    "bundling",
    "manifest",
]
categories = [
    "development-tools::build-utils",
    "development-tools::procedural-macro-helpers",
    "web-programming",
    "multimedia::images",
]
license = "MIT"
repository = "https://github.com/callum-hopkins-dev/mbed"

[features]
cargo-progress = ["mbed-macros/cargo-progress"]
tailwindcss = [
    "dep:nom",
    "dep:walkdir",
    "dep:which",
]

[lib]
name = "mbed_css"
path = "src/lib.rs"
proc-macro = true

[dependencies.mbed-macros]
version = "0.1.7"

[dependencies.nom]
version = "8.0.0"
optional = true

[dependencies.tanager]
version = "0.3.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.walkdir]
version = "2.5.0"
optional = true

[dependencies.which]
version = "8.0.3"
optional = true