swc_css_ast 19.0.0

AST definitions of css
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_ast"
version = "19.0.0"
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AST definitions of css"
documentation = "https://rustdoc.swc.rs/swc_css_ast/"
readme = false
license = "Apache-2.0"
repository = "https://github.com/swc-project/swc.git"

[features]
__rkyv = []
default = []
encoding-impl = [
    "cbor4ii",
    "swc_atoms/encoding-impl",
    "swc_common/encoding-impl",
]
rkyv-impl = [
    "__rkyv",
    "rkyv",
    "swc_atoms/rkyv-impl",
    "swc_common/rkyv-impl",
    "bytecheck",
]
serde-impl = ["serde"]

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

[dependencies.bytecheck]
version = "0.8.0"
optional = true

[dependencies.cbor4ii]
version = "1.2"
features = ["use_std"]
optional = true

[dependencies.is-macro]
version = "0.3.5"

[dependencies.rkyv]
version = "0.8.8"
optional = true

[dependencies.serde]
version = "1.0.225"
features = ["derive"]
optional = true

[dependencies.string_enum]
version = "1.0.2"

[dependencies.swc_atoms]
version = "9.0.0"

[dependencies.swc_common]
version = "19.0.0"