[package] name = "wasm" version = "0.5.3" authors = ["Nicolas Hatcher "] description = "IronCalc Web bindings" license = "MIT/Apache-2.0" repository = "https://github.com/ironcalc/ironcalc" edition = "2021" [lib] crate-type = ["cdylib"] [dependencies] # Uses `../ironcalc/base` when used locally, and uses # the inicated version from crates.io when published. # https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#multiple-locations ironcalc_base = { path = "../../base", version = "0.5", features = ["use_regex_lite"] } serde = { version = "1.0", features = ["derive"] } wasm-bindgen = "0.2.92" serde-wasm-bindgen = "0.4" [dev-dependencies] wasm-bindgen-test = "0.3.38"