We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f10e880 commit 76ccfceCopy full SHA for 76ccfce
1 file changed
Cargo.toml
@@ -15,7 +15,7 @@ crate-type = ["cdylib", "staticlib", "lib"]
15
default = ["system", "cloud", "sherpaonnx"]
16
system = ["speech-dispatcher"]
17
cloud = ["reqwest", "serde_json", "base64", "speechmarkdown-rust", "tungstenite", "uuid", "url"]
18
-sherpaonnx = ["sherpa-onnx"]
+sherpaonnx = ["sherpa-onnx", "serde_json"]
19
tungstenite = ["dep:tungstenite"]
20
uuid = ["dep:uuid"]
21
url = ["dep:url"]
0 commit comments