[package] name = "lox-wasm" authors = ["Cecylia Bocovich "] version = "0.1.0" edition = "2021" description = "WASM bindings for lox" license = "MIT" [lib] crate-type = ["cdylib"] [dependencies] getrandom = { version = "0.2", features = ["js"] } julianday = "1.2.0" lazy_static = "1.4.0" lox-library = { path = "../lox-library", version = "0.1.0" } lox_utils = { path = "../lox-utils", version = "0.1.0" } wasm-bindgen = "0.2" time = "0.3.30" serde_json = "1.0.108" console_error_panic_hook = "0.1.7" js-sys = "0.3.64" rand = { version = "0.7", features = ["wasm-bindgen"] } zkp = { git = "https://gitlab.torproject.org/onyinyang/lox-zkp" } [dependencies.chrono] version = "0.4.31" features = ["serde", "wasmbind"]