# 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 = "2018" name = "mrml-wasm" version = "1.4.12" authors = ["Jérémie Drouet "] description = "Wasm wrapping on MRML" readme = "README.md" keywords = [ "email", "mjml", ] license = "MIT" repository = "https://github.com/jdrouet/mrml/" resolver = "2" [profile.release] opt-level = "s" [lib] name = "mrml_wasm" crate-type = [ "cdylib", "rlib", ] [dependencies.console_error_panic_hook] version = "0.1.7" optional = true [dependencies.mrml] version = "4.0.1" features = [ "parse", "render", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.6" [dependencies.tsify] version = "0.4" [dependencies.wasm-bindgen] version = "0.2" [dependencies.wasm-bindgen-futures] version = "0.4" optional = true [dev-dependencies.wasm-bindgen-test] version = "0.3" [features] async = [ "dep:wasm-bindgen-futures", "mrml/async", ] default = [ "console_error_panic_hook", "async", "reqwest-include-loader", ] reqwest-include-loader = [ "async", "mrml/http-loader-async-reqwest", ]