# 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 = "pandoc-wasm-wrapper" version = "0.2.0" authors = ["James Cuénod"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Pandoc.wasm wrapper for easy deployment and a familiar interface" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/jcuenod/pandoc-wasm-wrapper" [lib] name = "pandoc_wasm_wrapper" path = "src/lib.rs" [dependencies.once_cell] version = "1.20.2" [dependencies.tokio] version = "1.42.0" [dependencies.wasmer] version = "5.0.2" [dependencies.wasmer-wasix] version = "0.32.0" [build-dependencies.reqwest] version = "0.12.9" features = ["blocking"]