Files
ferro-ta/wasm/Cargo.toml
T
2026-03-24 02:02:10 +05:30

23 lines
390 B
TOML

[package]
name = "ferro_ta_wasm"
version = "1.0.2"
edition = "2021"
description = "WebAssembly bindings for ferro-ta technical analysis indicators"
license = "MIT"
[workspace]
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
wasm-bindgen = "0.2"
js-sys = "0.3"
[dev-dependencies]
wasm-bindgen-test = "0.3"
[profile.release]
opt-level = "s" # optimise for size in WASM
lto = true