# 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 = "simple-whisper" version = "0.1.2" authors = ["Flavio Bizzarri "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "OpenAI whisper models running Burn 🔥" readme = "README.md" keywords = [ "ai", "whisper", "burn", ] categories = [ "science", "multimedia", ] license = "Apache-2.0" repository = "https://github.com/newfla/simple-whisper" [lib] name = "simple_whisper" path = "src/lib.rs" [dependencies.burn] version = "0.13.2" features = [ "wgpu", "ndarray", "fusion", ] optional = true [dependencies.cfg-if] version = "1.0.0" [dependencies.derive_builder] version = "0.20.0" [dependencies.hf-hub] version = "0.3.2" features = ["tokio"] [dependencies.rodio] version = "0.19.0" [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.thiserror] version = "1.0.61" [dependencies.tokenizers] version = "0.19.1" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.whisper-rs] version = "0.13.2" features = ["vulkan"] optional = true [features] burn_vulkan = ["dep:burn"] default = ["burn_vulkan"] whisper_cpp_vulkan = ["dep:whisper-rs"]