tektra 0.2.0

A voice-interactive AI assistant with multimodal capabilities
[[bin]]
name = "tektra"
path = "src/main.rs"

[build-dependencies.tauri-build]
features = []
version = "1.5"

[dependencies.anyhow]
version = "1.0"

[dependencies.bytesize]
version = "1.3"

[dependencies.candle-core]
version = "0.8"

[dependencies.candle-nn]
version = "0.8"

[dependencies.candle-transformers]
version = "0.8"

[dependencies.cpal]
version = "0.15"

[dependencies.dirs]
version = "5.0"

[dependencies.futures]
version = "0.3"

[dependencies.hf-hub]
features = ["tokio"]
version = "0.3"

[dependencies.hound]
version = "3.5"

[dependencies.reqwest]
features = ["json", "stream", "blocking"]
version = "0.11"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tauri]
features = ["fs-read-dir", "fs-rename-file", "fs-write-file", "fs-read-file", "http-all", "dialog-ask", "fs-copy-file", "notification-all", "dialog-open", "dialog-save", "fs-create-dir", "fs-exists", "dialog-confirm", "fs-remove-dir", "shell-open", "dialog-message", "fs-remove-file"]
version = "1.6"

[dependencies.tokenizers]
features = ["onig"]
version = "0.20"

[dependencies.tokio]
features = ["full"]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

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

[package]
authors = ["David Irvine <david.irvine@maidsafe.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["command-line-utilities", "multimedia::audio"]
description = "A voice-interactive AI assistant with multimodal capabilities"
edition = "2021"
homepage = "https://github.com/dirvine/tektra"
keywords = ["ai", "assistant", "voice", "tauri", "gemma"]
license = "MIT OR Apache-2.0"
name = "tektra"
readme = "README.md"
repository = "https://github.com/dirvine/tektra"
version = "0.2.0"

[profile.release]
codegen-units = 1
lto = true
opt-level = 3
strip = true

[target.'cfg(target_os = "macos")'.dependencies.base64]
version = "0.22"

[target.'cfg(target_os = "macos")'.dependencies.mlx-rs]
features = ["metal", "accelerate"]
version = "0.25.0-alpha.1"

[target.'cfg(target_os = "macos")'.dependencies.png]
version = "0.17"