# 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-rs-sys" version = "0.9.0" links = "whisper" include = [ "whisper.cpp/bindings/javascript/package-tmpl.json", "whisper.cpp/bindings/CMakeLists.txt", "whisper.cpp/cmake", "whisper.cpp/coreml", "whisper.cpp/CMakeLists.txt", "whisper.cpp/ggml.c", "whisper.cpp/ggml.h", "whisper.cpp/ggml-alloc.c", "whisper.cpp/ggml-alloc.h", "whisper.cpp/ggml-backend.c", "whisper.cpp/ggml-backend.h", "whisper.cpp/ggml-backend-impl.h", "whisper.cpp/ggml-cuda.cu", "whisper.cpp/ggml-cuda.h", "whisper.cpp/ggml-impl.h", "whisper.cpp/ggml-metal.h", "whisper.cpp/ggml-metal.m", "whisper.cpp/ggml-metal.metal", "whisper.cpp/ggml-opencl.cpp", "whisper.cpp/ggml-opencl.h", "whisper.cpp/ggml-quants.h", "whisper.cpp/ggml-quants.c", "whisper.cpp/LICENSE", "whisper.cpp/whisper.cpp", "whisper.cpp/whisper.h", "src/*.rs", "build.rs", "wrapper.h", ] description = "Rust bindings for whisper.cpp (FFI bindings)" documentation = "https://docs.rs/whisper-rs-sys" license = "Unlicense" repository = "https://github.com/tazz4843/whisper-rs" [build-dependencies.bindgen] version = "0.69" [build-dependencies.cfg-if] version = "1" [build-dependencies.cmake] version = "0.1" [build-dependencies.fs_extra] version = "1.3" [features] coreml = [] cuda = [] force-debug = [] metal = [] openblas = [] opencl = []