[package] name = "fervid_parser" description = "Vue SFC parser for the fervid crate" version = "0.2.0" edition = "2021" authors = ["Marsel Shaikhin "] repository = "https://github.com/phoenix-ru/fervid" license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] fervid_core = { path = "../fervid_core", version = "0.2" } swc_core = { workspace = true , features = ["common", "ecma_ast"] } swc_ecma_parser = { workspace = true } swc_html_ast = { workspace = true } swc_html_parser = { workspace = true }