[dependencies.async-trait]
version = "0.1"
[dependencies.bytes]
version = "1.11"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.streamkit-core]
version = "0.1.0"
[dependencies.tracing]
version = "0.1"
[lib]
crate-type = ["rlib"]
name = "streamkit_plugin_sdk_native"
path = "src/lib.rs"
[lints.clippy]
cast_possible_truncation = "warn"
cast_precision_loss = "warn"
cast_sign_loss = "warn"
doc_markdown = "allow"
expect_used = "warn"
module_name_repetitions = "allow"
must_use_candidate = "allow"
unwrap_used = "warn"
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
unsafe_code = "allow"
[package]
authors = ["Claudio Costa <cstcld91@gmail.com>", "StreamKit Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["multimedia", "api-bindings"]
description = "SDK for writing native (C ABI) plugins for StreamKit"
edition = "2021"
homepage = "https://streamkit.dev"
keywords = ["audio", "plugin", "native", "c-abi", "streaming"]
license = "MPL-2.0"
name = "streamkit-plugin-sdk-native"
readme = "README.md"
repository = "https://github.com/streamer45/streamkit"
rust-version = "1.92"
version = "0.1.0"