wavekat-turn 0.0.5

Unified turn detection with multiple backends
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 = "wavekat-turn"
version = "0.0.5"
build = "build.rs"
exclude = ["CHANGELOG.md"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unified turn detection with multiple backends"
homepage = "https://github.com/wavekat/wavekat-turn"
documentation = "https://docs.rs/wavekat-turn"
readme = "README.md"
keywords = [
    "turn-detection",
    "voice",
    "audio",
    "telephony",
    "wavekat",
]
categories = ["multimedia::audio"]
license = "Apache-2.0"
repository = "https://github.com/wavekat/wavekat-turn"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
livekit = [
    "dep:ort",
    "dep:ndarray",
]
pipecat = [
    "dep:ort",
    "dep:ndarray",
    "dep:realfft",
    "dep:ureq",
]

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

[[test]]
name = "accuracy"
path = "tests/accuracy.rs"

[[test]]
name = "pipecat"
path = "tests/pipecat.rs"

[dependencies.ndarray]
version = "0.17"
optional = true

[dependencies.ort]
version = "2.0.0-rc.12"
features = ["ndarray"]
optional = true

[dependencies.realfft]
version = "3"
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.wavekat-core]
version = "0.0.2"

[dev-dependencies.hound]
version = "3.5"

[dev-dependencies.ndarray-npy]
version = "0.10"

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

[dev-dependencies.serde_json]
version = "1"

[build-dependencies.ureq]
version = "3"
optional = true