malva 0.16.0

Configurable, smart and fast CSS, SCSS, Sass and Less formatter.
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 = "malva"
version = "0.16.0"
authors = ["Pig Fang <g-plane@hotmail.com>"]
build = false
exclude = ["/tests"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Configurable, smart and fast CSS, SCSS, Sass and Less formatter."
readme = "README.md"
license = "MIT"
repository = "https://github.com/g-plane/malva"
resolver = "2"

[features]
config_serde = [
    "raffia/config_serde",
    "serde",
]

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

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

[dependencies.aho-corasick]
version = "1.1"

[dependencies.itertools]
version = "0.14"

[dependencies.memchr]
version = "2.8"

[dependencies.raffia]
version = "0.12"

[dependencies.serde]
version = "1.0"
optional = true

[dependencies.tiny_pretty]
version = "0.4"

[dev-dependencies.insta]
version = "1.47"
features = ["glob"]

[dev-dependencies.similar-asserts]
version = "2.0"

[dev-dependencies.toml]
version = "1.1"