ash-wasm 2.3.2

ASH SDK WebAssembly bindings - Request integrity and anti-replay protection library
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "ash-wasm"
version = "2.3.2"
authors = ["3maem Co. <dev@3maem.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ASH SDK WebAssembly bindings - Request integrity and anti-replay protection library"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/3maem/ash"

[package.metadata.wasm-pack.profile.release]
wasm-opt = false

[features]
console_error_panic_hook = ["dep:console_error_panic_hook"]
default = ["console_error_panic_hook"]

[lib]
name = "ash_wasm"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.ash-core]
version = "2.3.1"

[dependencies.console_error_panic_hook]
version = "0.1"
optional = true

[dependencies.js-sys]
version = "0.3"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.wasm-bindgen]
version = "0.2"

[dev-dependencies.wasm-bindgen-test]
version = "0.3"