# 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 = "rora-javascript-adapter" version = "0.0.2" exclude = ["package.json", "package-lock.json", "**/*.js", ".nvmrc"] description = "Exchange data between Rust/WASM and JavaScript using a HTTP message interface" license = "MIT" repository = "https://github.com/rora-rs/javascript-adapter" resolver = "2" [lib] crate-type = ["cdylib", "lib"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.wasm-bindgen] version = "0.2.79" features = ["serde-serialize"]