# 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 = "observable-react" version = "0.2.0" authors = ["Edvo Inc"] exclude = [ ".github", "rustfmt.toml", ] description = "observable-react enables react component bindings to rust components using WASM" readme = "README.md" keywords = [ "javascript", "html", "react", "observable", ] categories = [ "wasm", "web-programming", ] license = "MIT/Apache-2.0" repository = "https://github.com/mindbeam/observable-rs" resolver = "1" [dependencies.dyn-clone] version = "1.0" [dependencies.js-sys] version = "0.3" [dependencies.log] version = "0.4" [dependencies.observable-rs] version = "0.2.0" [dependencies.serde] version = "1.0.105" features = ["derive"] [dependencies.wasm-bindgen] version = "0.2" features = ["serde-serialize"] [dependencies.wasm-bindgen-test] version = "0.3"