# 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 = "whisper_cpp" version = "0.2.1" authors = ["Pedro Valente "] publish = true description = "Rust bindings for Whisper.cpp" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/binedge/whisper_cpp-rs" [dependencies.derive_more] version = "0.99.17" [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1.34.0" features = [ "sync", "rt", ] [dependencies.tracing] version = "0.1.40" [dependencies.whisper_cpp_sys] version = "^0.2.1" default-features = false [features] accel = ["whisper_cpp_sys/accel"] avx = ["whisper_cpp_sys/avx"] avx2 = ["whisper_cpp_sys/avx2"] blas = ["whisper_cpp_sys/blas"] clblast = ["whisper_cpp_sys/clblast"] compat = ["whisper_cpp_sys/compat"] cuda = ["whisper_cpp_sys/cuda"] default = [ "compat", "native", ] f16c = ["whisper_cpp_sys/f16c"] fma = ["whisper_cpp_sys/fma"] hipblas = ["whisper_cpp_sys/hipblas"] metal = ["whisper_cpp_sys/metal"] native = [ "avx", "avx2", "fma", "f16c", "accel", ] openvino = ["whisper_cpp_sys/openvino"]