csskit 0.0.16

Refreshing CSS!
# 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 = "csskit"
version = "0.0.16"
authors = ["Keith Cirkel (https://keithcirkel.co.uk)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Refreshing CSS!"
homepage = "https://csskit.rs"
readme = "README.md"
keywords = [
    "CSS",
    "parser",
]
license = "MIT"
repository = "https://github.com/csskit/csskit"
resolver = "2"

[features]
anstyle = [
    "dep:anstyle",
    "csskit_highlight/anstyle",
    "chromashift/anstyle",
]
default = [
    "fancy",
    "owo-colors",
]
fancy = [
    "miette",
    "miette/fancy",
]
miette = [
    "css_parse/miette",
    "css_ast/miette",
]
owo-colors = [
    "dep:owo-colors",
    "csskit_highlight/owo-colors",
    "chromashift/owo-colors",
]

[[bin]]
name = "csskit"
path = "src/main.rs"
bench = false

[dependencies.anstyle]
version = "1.0.13"
optional = true

[dependencies.bumpalo]
version = "3.19.0"
features = [
    "collections",
    "boxed",
]

[dependencies.chromashift]
version = "0.0.16"

[dependencies.clap]
version = "4.5.48"
features = [
    "derive",
    "cargo",
]

[dependencies.css_ast]
version = "0.0.16"
features = [
    "chromashift",
    "visitable",
    "miette",
]

[dependencies.css_lexer]
version = "0.0.16"

[dependencies.css_parse]
version = "0.0.16"
features = [
    "miette",
    "egg",
]

[dependencies.csskit_ast]
version = "0.0.16"
features = ["miette"]

[dependencies.csskit_highlight]
version = "0.0.16"
features = ["miette"]

[dependencies.csskit_lsp]
version = "0.0.16"

[dependencies.csskit_transform]
version = "0.0.16"

[dependencies.itertools]
version = "0.14.0"

[dependencies.miette]
version = "7.6.0"
default-features = false

[dependencies.owo-colors]
version = "4"
optional = true

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.strsim]
version = "0.11.1"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.20"