lax-css 0.1.2

Lax CSS, SCSS, and Less formatter that never reinterprets your code. Usable as a library or a dprint plugin.
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 = "lax-css"
version = "0.1.2"
build = false
exclude = [
    "tests/",
    ".github/",
    "examples/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lax CSS, SCSS, and Less formatter that never reinterprets your code. Usable as a library or a dprint plugin."
readme = "README.md"
license = "MIT"
repository = "https://github.com/bartlomieju/dprint-plugin-css"

[features]
wasm = [
    "serde_json",
    "dprint-core/wasm",
]

[lib]
name = "lax_css"
crate-type = [
    "lib",
    "cdylib",
]
path = "src/lib.rs"

[dependencies.anyhow]
version = "1"

[dependencies.dprint-core]
version = "0.67.4"
features = ["formatting"]

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

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

[dev-dependencies.dprint-development]
version = "0.10.2"

[dev-dependencies.serde_json]
version = "1"

[profile.release]
opt-level = 3
lto = true
debug = 0
debug-assertions = false
panic = "abort"
overflow-checks = false