[package]
name = "wavekat-core"
description = "Shared types for the WaveKat audio processing ecosystem"
version.workspace = true
edition.workspace = true
license.workspace = true
repository = "https://github.com/wavekat/wavekat-core"
homepage = "https://github.com/wavekat/wavekat-core"
documentation = "https://docs.rs/wavekat-core"
readme = "../../README.md"
keywords = ["audio", "voice", "telephony", "wavekat"]
categories = ["multimedia::audio"]
exclude = ["CHANGELOG.md"]
[dependencies]
[dev-dependencies]
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]