From 6cfacaa2bec3100a7902f10fc2e29c44cfeb2b50 Mon Sep 17 00:00:00 2001 From: 0/0 Date: Mon, 10 Oct 2022 12:22:04 -0600 Subject: [PATCH] add docs.rs metadata --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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