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