# 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_sys" version = "0.2.1" authors = ["Pedro Valente "] links = "whisper" publish = true description = "Automatically-generated bindings to whisper.cpp's C API" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/binedge/whisper_cpp-rs" [dependencies.link-cplusplus] version = "1.0.9" [build-dependencies.bindgen] version = "0.69.4" [build-dependencies.cmake] version = "0.1.50" [features] accel = [] avx = [] avx2 = [] blas = [] clblast = [] compat = [] cuda = [] default = [ "compat", "native", ] f16c = [] fma = [] hipblas = [] metal = [] native = [ "avx", "avx2", "fma", "f16c", "accel", ] openvino = []