[dependencies.ash-core]
version = "2.3.0"
[dependencies.console_error_panic_hook]
optional = true
version = "0.1"
[dependencies.js-sys]
version = "0.3"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.wasm-bindgen]
version = "0.2"
[dev-dependencies.wasm-bindgen-test]
version = "0.3"
[features]
console_error_panic_hook = ["dep:console_error_panic_hook"]
default = ["console_error_panic_hook"]
[lib]
crate-type = ["cdylib", "rlib"]
name = "ash_wasm"
path = "src/lib.rs"
[package]
authors = ["3maem Co. <dev@3maem.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "ASH SDK WebAssembly bindings - Request integrity and anti-replay protection library"
edition = "2021"
license-file = "LICENSE"
name = "ash-wasm"
readme = "README.md"
repository = "https://github.com/3maem/ash"
version = "2.3.0"