swc/crates/swc_xml/Cargo.toml

23 lines
687 B
TOML
Raw Normal View History

2022-08-01 06:56:12 +03:00
[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>", "Alexander Akait <sheo13666q@gmail.com>"]
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"
2022-09-26 12:21:39 +03:00
version = "0.4.1"
2022-08-01 06:56:12 +03:00
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[lib]
bench = false
[dependencies]
2022-09-26 12:21:39 +03:00
swc_xml_ast = {version = "0.4.1", path = "../swc_xml_ast"}
swc_xml_codegen = {version = "0.4.1", path = "../swc_xml_codegen"}
swc_xml_parser = {version = "0.4.1", path = "../swc_xml_parser"}
swc_xml_visit = {version = "0.4.1", path = "../swc_xml_visit"}