[package] authors = ["강동윤 ", "Alexander Akait "] description = "XML apis for rust" documentation = "https://rustdoc.swc.rs/swc_xml/" edition = "2021" license = "Apache-2.0" name = "swc_xml" repository = "https://github.com/swc-project/swc.git" version = "0.11.8" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [lib] bench = false [dependencies] swc_xml_ast = {version = "0.10.6", path = "../swc_xml_ast"} swc_xml_codegen = {version = "0.11.8", path = "../swc_xml_codegen"} swc_xml_parser = {version = "0.11.7", path = "../swc_xml_parser"} swc_xml_visit = {version = "0.10.6", path = "../swc_xml_visit"}