2026-03-23 23:34:28 +05:30
|
|
|
[package]
|
|
|
|
|
name = "ferro_ta_wasm"
|
2026-04-07 23:38:36 +05:30
|
|
|
version = "1.1.4"
|
2026-03-23 23:34:28 +05:30
|
|
|
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"
|
2026-03-24 14:28:51 +05:30
|
|
|
ferro_ta_core = { path = "../crates/ferro_ta_core", default-features = false }
|
2026-03-23 23:34:28 +05:30
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
|
wasm-bindgen-test = "0.3"
|
|
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
|
opt-level = "s" # optimise for size in WASM
|
|
|
|
|
lto = true
|