streamkit-api 0.1.1

API types and TypeScript bindings for StreamKit
Documentation
[[bin]]
name = "generate-ts-types"
path = "src/bin/generate_ts_types.rs"

[dependencies.indexmap]
features = ["serde"]
version = "2.12"

[dependencies.serde]
features = ["derive", "rc"]
version = "1.0.228"

[dependencies.serde-saphyr]
version = "0.0.11"

[dependencies.serde_json]
version = "1.0"

[dependencies.streamkit-core]
version = "0.1.0"

[dependencies.ts-rs]
version = "11.1.0"

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

[package]
authors = ["Claudio Costa <cstcld91@gmail.com>", "StreamKit Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["multimedia", "network-programming", "api-bindings"]
description = "API types and TypeScript bindings for StreamKit"
edition = "2021"
homepage = "https://streamkit.dev"
keywords = ["audio", "streaming", "api", "typescript", "media"]
license = "MPL-2.0"
name = "streamkit-api"
readme = "README.md"
repository = "https://github.com/streamer45/streamkit"
rust-version = "1.92"
version = "0.1.1"