swc_css_parser 19.0.0

CSS parser
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 = "2021"
name = "swc_css_parser"
version = "19.0.0"
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
build = false
include = [
    "Cargo.toml",
    "src/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CSS parser"
documentation = "https://rustdoc.swc.rs/swc_css_parser/"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/swc-project/swc.git"

[features]
debug = []

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

[dependencies.lexical]
version = "6.1.0"

[dependencies.serde]
version = "1.0.225"

[dependencies.swc_atoms]
version = "9.0.0"

[dependencies.swc_common]
version = "19.0.0"

[dependencies.swc_css_ast]
version = "19.0.0"

[dev-dependencies.codspeed-criterion-compat]
version = "3.0.4"

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

[dev-dependencies.swc_css_ast]
version = "19.0.0"
features = ["serde-impl"]

[dev-dependencies.swc_css_visit]
version = "19.0.0"

[dev-dependencies.swc_malloc]
version = "1.2.4"

[dev-dependencies.testing]
version = "20.0.0"