web-codecs 0.3.0

WASM bindings for Web Codecs
[dependencies.bytes]
version = "1"

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

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
features = ["sync", "macros"]
version = "1"

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

[dependencies.wasm-bindgen-futures]
version = "0.4"

[dependencies.web-sys]
features = ["VideoDecoder", "VideoDecoderInit", "VideoDecoderConfig", "VideoFrame", "VideoColorSpace", "VideoColorSpaceInit", "EncodedVideoChunk", "EncodedVideoChunkInit", "EncodedVideoChunkType", "HardwareAcceleration", "VideoMatrixCoefficients", "VideoColorPrimaries", "VideoTransferCharacteristics"]
version = "0.3.70"

[lib]
name = "web_codecs"
path = "src/lib.rs"

[package]
authors = ["Luke Curley"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["wasm", "multimedia", "web-programming", "api-bindings"]
description = "WASM bindings for Web Codecs"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "web-codecs"
readme = "README.md"
repository = "https://github.com/kixelated/web-codecs-rs"
version = "0.3.0"