swc_css 22.0.0

CSS apis for rust
# 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 = "swc_css"
version = "22.0.0"
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CSS apis for rust"
documentation = "https://rustdoc.swc.rs/swc_css/"
readme = false
license = "Apache-2.0"
repository = "https://github.com/swc-project/swc.git"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
compat = ["swc_css_compat"]
minifier = ["swc_css_minifier"]
modules = ["swc_css_modules"]
prefixer = ["swc_css_prefixer"]

[lib]
name = "swc_css"
path = "src/lib.rs"
bench = false

[dependencies.swc_css_ast]
version = "18.0.0"

[dependencies.swc_css_codegen]
version = "18.0.0"

[dependencies.swc_css_compat]
version = "18.0.0"
optional = true

[dependencies.swc_css_minifier]
version = "18.0.0"
optional = true

[dependencies.swc_css_modules]
version = "18.0.0"
optional = true

[dependencies.swc_css_parser]
version = "18.0.0"

[dependencies.swc_css_prefixer]
version = "22.0.0"
optional = true

[dependencies.swc_css_utils]
version = "18.0.0"

[dependencies.swc_css_visit]
version = "18.0.0"