# 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 = "xml_viewer" version = "0.1.1" authors = ["YuriyRum"] exclude = [ "/target", ".*", ] description = "The project creates an interactive HTML page from an XML string. " homepage = "https://github.com/YuriyRum/xml_viewer/" readme = "README.md" keywords = [ "xml", "wasm", "viewer", ] license = "MIT" repository = "https://github.com/YuriyRum/xml_viewer/" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.RustyXML] version = "0.3.0" [dependencies.rs_web_component] version = "0.1.7" [dependencies.wasm-bindgen] version = "0.2.89" [dependencies.web-sys] version = "0.3.66" features = [ "HtmlElement", "Document", "Window", "ShadowRoot", "ShadowRootInit", "ShadowRootMode", ]