[package]
name = "kcode-speaker-system"
version = "0.2.0"
edition = "2024"
license = "MIT"
description = "Small in-process speaker classifier with identify, train, and delete operations"
[dependencies]
kcode-speaker-types = "0.2.0"
kcode-speaker-model = "0.2.1"
rusqlite = { version = "0.40", features = ["bundled"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha2 = "0.10"