player-wasm 0.1.6

WebAssembly playback/decoding orchestration helpers for Bitneedle player apps.
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 = "player-wasm"
version = "0.1.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WebAssembly playback/decoding orchestration helpers for Bitneedle player apps."
readme = false
license = "Apache-2.0"
repository = "https://github.com/wavey-ai/bitneedle"

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

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

[dependencies.base64]
version = "0.22.1"

[dependencies.console_error_panic_hook]
version = "0.1"

[dependencies.encodec-rs]
version = "0.1.1"
features = ["ecdc"]
default-features = false

[dependencies.record-core]
version = "0.1.3"

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

[dependencies.serde-wasm-bindgen]
version = "0.6"

[dependencies.serde_json]
version = "1"

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

[dev-dependencies]