[package] authors = ["Manish "] description = "A markdown parser written in Rust and compiled to WebAssembly" edition = "2021" license = "MIT" license-file = "LICENSE" name = "md_parser_wasm" repository = "https://github.com/manishsingh10895/markdown-parser-rust" version = "0.3.5" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] crate-type = ["cdylib"] [dependencies] clap = {version = "4.5.1", features = ["derive"]} console_error_panic_hook = "0.1.7" regex = "1.10.3" wasm-bindgen = "0.2.91" web-sys = {version = "0.3.68", features = ["console"]}