[package] name = "sr-voice" version = "0.1.0" edition = "2021" [dependencies] llama-cpp-2 = "0.1" clap = { version = "4", features = ["derive"] } serde = { version = "1", features = ["derive"] } serde_json = "1" thiserror = "2" tiny_http = "0.12" ureq = "3" [features] default = [] metal = ["llama-cpp-2/metal"] vulkan = ["llama-cpp-2/vulkan"] cuda = ["llama-cpp-2/cuda"] rocm = ["llama-cpp-2/rocm"]