# 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 = "svelte-store" version = "0.1.3" authors = ["Jose Quesada "] description = "Ergonomic Rust wrapper for using Svelte stores through WASM." homepage = "https://github.com/jquesada2016/svelte-store-wasm" documentation = "https://docs.rs/svelte-store-wasm" readme = "README.md" keywords = [ "svelte", "wasm", "bindings", "js", "javascript", ] categories = [ "api-bindings", "wasm", "web-programming", ] license = "MIT" repository = "https://github.com/jquesada2016/svelte-store-wasm" [dependencies.log] version = "0.4" [dependencies.wasm-bindgen] version = "0.2" [dev-dependencies.js-sys] version = "0.3" [target."cfg(target_arch = \"wasm32\")".dependencies.clone-macro] version = "0.1" [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3"