# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "yew_prism" version = "0.4.2" authors = ["Francisco Jesus Navarro Cortes"] description = "Yew Prism is a highlighter code component based in Prism for yew" homepage = "https://github.com/spielrs/yew_prism.git" documentation = "https://docs.rs/yew_prism" readme = "README.md" categories = ["wasm"] license = "MIT" repository = "https://github.com/spielrs/yew_prism.git" [lib] crate-type = ["cdylib", "rlib"] [dependencies.wasm-bindgen] version = "0.2" [dependencies.web-sys] version = "0.3" features = ["Document", "HtmlCollection", "NodeList"] [dependencies.yew] version = "0.18" features = ["toml", "yaml", "msgpack", "cbor", "web_sys"]