diff --git a/Cargo.toml b/Cargo.toml index ffc832d..8d6a118 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,7 @@ repository = "https://github.com/tazz4843/whisper-rs" whisper-rs-sys = { path = "sys", version = "0.1" } [features] -simd = [] \ No newline at end of file +simd = [] + +[package.metadata.docs.rs] +features = ["simd"] \ No newline at end of file