wasm_zstd 0.2.0

esm modules for zstd compression and/or decompression, with sync and async (worker) versions
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 = "2024"
name = "wasm_zstd"
version = "0.2.0"
authors = ["Jerome David <programingjd@gmail.com>"]
build = false
include = [
    "Cargo.toml",
    "src",
    "LICENSE",
    "README.md",
    "rust-toolchain.toml",
    "zstd.d.ts",
    "zstd.mjs",
    "zstd.wasm",
    "zstd_worker.d.ts",
    "zstd_worker.mjs",
    "zstd_worker_script.mjs",
    "zstd_worker_script.js",
    "zstd_for_importScript.mjs",
    "zstd_enc.d.ts",
    "zstd_enc.mjs",
    "zstd_enc.wasm",
    "zstd_enc_worker_enc.d.ts",
    "zstd_enc_worker_enc.mjs",
    "zstd_enc_worker_script.mjs",
    "zstd_enc_worker_script.js",
    "zstd_enc_for_importScript.mjs",
    "zstd_dec.d.ts",
    "zstd_dec.mjs",
    "zstd_dec.wasm",
    "zstd_dec_worker.d.ts",
    "zstd_dec_worker.mjs",
    "zstd_dec_worker_script.mjs",
    "zstd_dec_worker_script.js",
    "zstd_dec_for_importScript.mjs",
    "test1.html",
    "test2.html",
    "test3.html",
    "compress_best.html",
    "compress_compare.html",
    "compress_fast.html",
    "decompress.html",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "esm modules for zstd compression and/or decompression, with sync and async (worker) versions"
readme = "README.md"
keywords = [
    "wasm",
    "zstd",
    "esm",
]
categories = [
    "wasm",
    "compression",
]
license = "Apache-2.0"
repository = "https://github.com/packurl/wasm_zstd"

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

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

[dependencies.zstd]
version = "0.13"
features = ["wasm"]
default-features = false

[profile.custom]
opt-level = "z"
lto = "thin"
codegen-units = 1
inherits = "release"

[profile.release]
opt-level = "s"
lto = "fat"
codegen-units = 1