whisper-cpp-plus-sys 0.1.1

Low-level FFI bindings for whisper.cpp
# 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"
rust-version = "1.70.0"
name = "whisper-cpp-plus-sys"
version = "0.1.1"
authors = ["Ross Morsali"]
build = "build.rs"
exclude = ["whisper.cpp"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level FFI bindings for whisper.cpp"
readme = "README.md"
license = "MIT"
repository = "https://github.com/getpinch/whisper-cpp-plus-rs"

[package.metadata.docs.rs]
no-default-features = true

[features]
cuda = []
default = []
metal = []
openblas = []
quantization = []

[lib]
name = "whisper_cpp_plus_sys"
path = "src/lib.rs"

[dependencies]

[build-dependencies.bindgen]
version = "0.69"

[build-dependencies.cc]
version = "1.0"

[build-dependencies.cmake]
version = "0.1"

[build-dependencies.flate2]
version = "1.0"

[build-dependencies.tar]
version = "0.4"

[build-dependencies.ureq]
version = "2.9"
features = ["tls"]
default-features = false