[workspace] members = ["sys"] [package] name = "whisper-rs-2" version = "0.2.1" edition = "2021" description = "Rust bindings for whisper.cpp" license = "Unlicense" documentation = "https://docs.rs/whisper-rs2" repository = "https://github.com/jafri/whisper-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] whisper-rs-sys2 = { path = "sys", version = "0.2" } libffi = "3.0.1" [dependencies.libffi-sys] version = "2.0.1" features = ["system"]