# 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 = "mutter" version = "0.2.0" description = "Easy-to-use bindings to the Whisper.cpp machine learning transcription library!" homepage = "https://github.com/sigaloid/mutter" documentation = "https://docs.rs/mutter" readme = "README.md" keywords = [ "whisper", "openai", "transcription", "machine-learning", ] categories = [ "science", "multimedia::audio", "accessibility", ] license = "MIT OR Apache-2.0" repository = "https://github.com/sigaloid/mutter" [dependencies.audrey] version = "0.3.0" [dependencies.log] version = "0.4.21" [dependencies.num] version = "0.4.3" [dependencies.num_cpus] version = "1.16.0" [dependencies.rodio] version = "0.18.1" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.strum] version = "0.26.2" features = ["derive"] [dependencies.ureq] version = "2.9.7" [dependencies.whisper-rs] version = "0.11.1" features = ["whisper-cpp-log"] [dev-dependencies.glob] version = "0.3.1" [features] coreml = ["whisper-rs/coreml"] cuda = ["whisper-rs/cuda"] default = [] minimp3 = ["rodio/minimp3"] opencl = ["whisper-rs/opencl"] simd = [] symphonia-aac = ["rodio/symphonia-aac"] symphonia-all = ["rodio/symphonia-all"] symphonia-flac = ["rodio/symphonia-flac"] symphonia-isomp4 = ["rodio/symphonia-isomp4"] symphonia-mp3 = ["rodio/symphonia-mp3"] symphonia-vorbis = ["rodio/symphonia-vorbis"] symphonia-wav = ["rodio/symphonia-wav"] test-with-tiny-model = []