# 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 = "asciidoctor-web" version = "0.1.1" authors = ["Jens Reimann "] description = "Asciidoctor.js bindings for Rust" readme = "README.md" keywords = [ "asciidoc", "asciidoctor", "wasm", "yew", ] categories = [ "external-ffi-bindings", "text-processing", "wasm", "web-programming", ] license = "Apache-2.0" repository = "https://github.com/ctron/asciiddoctor-web" [dependencies.serde-wasm-bindgen] version = "0.4.5" [dependencies.serde_json] version = "1" [dependencies.wasm-bindgen] version = "0.2" [dependencies.yew] version = "0.20" optional = true