# 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 = "bright_swc_css_ast" version = "0.105.0" authors = ["강동윤 "] description = "AST definitions of css" documentation = "https://rustdoc.swc.rs/swc_css_ast/" license = "Apache-2.0" repository = "https://github.com/swc-project/swc.git" [lib] bench = false [dependencies.bytecheck] version = "0.6.9" optional = true [dependencies.is-macro] version = "0.2.0" [dependencies.rkyv] version = "0.7.39" optional = true [dependencies.serde] version = "1.0.127" features = ["derive"] [dependencies.string_enum] version = "0.3.1" [dependencies.swc_atoms] version = "0.4.0" [dependencies.swc_common] version = "0.27.0" [features] default = [] rkyv-impl = [ "rkyv", "bytecheck", "swc_atoms/rkyv-impl", "swc_common/rkyv-impl", ]