Spaces:
Sleeping
Sleeping
matrix
commited on
Commit
·
113e2ba
1
Parent(s):
8727fc5
chore: cargo update
Browse files- Cargo.lock +139 -268
- Cargo.toml +8 -7
Cargo.lock
CHANGED
@@ -37,15 +37,6 @@ dependencies = [
|
|
37 |
"memchr",
|
38 |
]
|
39 |
|
40 |
-
[[package]]
|
41 |
-
name = "ansi_term"
|
42 |
-
version = "0.12.1"
|
43 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
44 |
-
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
45 |
-
dependencies = [
|
46 |
-
"winapi",
|
47 |
-
]
|
48 |
-
|
49 |
[[package]]
|
50 |
name = "anyhow"
|
51 |
version = "1.0.75"
|
@@ -85,17 +76,6 @@ dependencies = [
|
|
85 |
"syn 2.0.39",
|
86 |
]
|
87 |
|
88 |
-
[[package]]
|
89 |
-
name = "atty"
|
90 |
-
version = "0.2.14"
|
91 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
92 |
-
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
93 |
-
dependencies = [
|
94 |
-
"hermit-abi 0.1.19",
|
95 |
-
"libc",
|
96 |
-
"winapi",
|
97 |
-
]
|
98 |
-
|
99 |
[[package]]
|
100 |
name = "autocfg"
|
101 |
version = "1.1.0"
|
@@ -104,9 +84,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
104 |
|
105 |
[[package]]
|
106 |
name = "aws-config"
|
107 |
-
version = "1.0.
|
108 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
109 |
-
checksum = "
|
110 |
dependencies = [
|
111 |
"aws-credential-types",
|
112 |
"aws-http",
|
@@ -135,9 +115,9 @@ dependencies = [
|
|
135 |
|
136 |
[[package]]
|
137 |
name = "aws-credential-types"
|
138 |
-
version = "1.0.
|
139 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
140 |
-
checksum = "
|
141 |
dependencies = [
|
142 |
"aws-smithy-async",
|
143 |
"aws-smithy-runtime-api",
|
@@ -163,9 +143,9 @@ dependencies = [
|
|
163 |
|
164 |
[[package]]
|
165 |
name = "aws-runtime"
|
166 |
-
version = "1.0.
|
167 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
168 |
-
checksum = "
|
169 |
dependencies = [
|
170 |
"aws-credential-types",
|
171 |
"aws-http",
|
@@ -185,9 +165,9 @@ dependencies = [
|
|
185 |
|
186 |
[[package]]
|
187 |
name = "aws-sdk-polly"
|
188 |
-
version = "
|
189 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
190 |
-
checksum = "
|
191 |
dependencies = [
|
192 |
"aws-credential-types",
|
193 |
"aws-http",
|
@@ -208,9 +188,9 @@ dependencies = [
|
|
208 |
|
209 |
[[package]]
|
210 |
name = "aws-sdk-sso"
|
211 |
-
version = "
|
212 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
213 |
-
checksum = "
|
214 |
dependencies = [
|
215 |
"aws-credential-types",
|
216 |
"aws-http",
|
@@ -230,9 +210,9 @@ dependencies = [
|
|
230 |
|
231 |
[[package]]
|
232 |
name = "aws-sdk-ssooidc"
|
233 |
-
version = "
|
234 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
235 |
-
checksum = "
|
236 |
dependencies = [
|
237 |
"aws-credential-types",
|
238 |
"aws-http",
|
@@ -252,9 +232,9 @@ dependencies = [
|
|
252 |
|
253 |
[[package]]
|
254 |
name = "aws-sdk-sts"
|
255 |
-
version = "
|
256 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
257 |
-
checksum = "
|
258 |
dependencies = [
|
259 |
"aws-credential-types",
|
260 |
"aws-http",
|
@@ -275,9 +255,9 @@ dependencies = [
|
|
275 |
|
276 |
[[package]]
|
277 |
name = "aws-sdk-transcribestreaming"
|
278 |
-
version = "
|
279 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
280 |
-
checksum = "
|
281 |
dependencies = [
|
282 |
"aws-credential-types",
|
283 |
"aws-http",
|
@@ -300,9 +280,9 @@ dependencies = [
|
|
300 |
|
301 |
[[package]]
|
302 |
name = "aws-sdk-translate"
|
303 |
-
version = "
|
304 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
305 |
-
checksum = "
|
306 |
dependencies = [
|
307 |
"aws-credential-types",
|
308 |
"aws-http",
|
@@ -323,9 +303,9 @@ dependencies = [
|
|
323 |
|
324 |
[[package]]
|
325 |
name = "aws-sigv4"
|
326 |
-
version = "1.0.
|
327 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
328 |
-
checksum = "
|
329 |
dependencies = [
|
330 |
"aws-credential-types",
|
331 |
"aws-smithy-eventstream",
|
@@ -347,9 +327,9 @@ dependencies = [
|
|
347 |
|
348 |
[[package]]
|
349 |
name = "aws-smithy-async"
|
350 |
-
version = "1.0.
|
351 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
352 |
-
checksum = "
|
353 |
dependencies = [
|
354 |
"futures-util",
|
355 |
"pin-project-lite",
|
@@ -409,9 +389,9 @@ dependencies = [
|
|
409 |
|
410 |
[[package]]
|
411 |
name = "aws-smithy-runtime"
|
412 |
-
version = "1.0.
|
413 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
414 |
-
checksum = "
|
415 |
dependencies = [
|
416 |
"aws-smithy-async",
|
417 |
"aws-smithy-http",
|
@@ -419,6 +399,7 @@ dependencies = [
|
|
419 |
"aws-smithy-types",
|
420 |
"bytes 1.5.0",
|
421 |
"fastrand",
|
|
|
422 |
"http",
|
423 |
"http-body",
|
424 |
"hyper",
|
@@ -433,9 +414,9 @@ dependencies = [
|
|
433 |
|
434 |
[[package]]
|
435 |
name = "aws-smithy-runtime-api"
|
436 |
-
version = "1.0.
|
437 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
438 |
-
checksum = "
|
439 |
dependencies = [
|
440 |
"aws-smithy-async",
|
441 |
"aws-smithy-types",
|
@@ -449,9 +430,9 @@ dependencies = [
|
|
449 |
|
450 |
[[package]]
|
451 |
name = "aws-smithy-types"
|
452 |
-
version = "1.0.
|
453 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
454 |
-
checksum = "
|
455 |
dependencies = [
|
456 |
"base64-simd",
|
457 |
"bytes 1.5.0",
|
@@ -481,9 +462,9 @@ dependencies = [
|
|
481 |
|
482 |
[[package]]
|
483 |
name = "aws-types"
|
484 |
-
version = "1.0.
|
485 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
486 |
-
checksum = "
|
487 |
dependencies = [
|
488 |
"aws-credential-types",
|
489 |
"aws-smithy-async",
|
@@ -533,35 +514,12 @@ dependencies = [
|
|
533 |
|
534 |
[[package]]
|
535 |
name = "bindgen"
|
536 |
-
version = "0.
|
537 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
538 |
-
checksum = "2da379dbebc0b76ef63ca68d8fc6e71c0f13e59432e0987e508c1820e6ab5239"
|
539 |
-
dependencies = [
|
540 |
-
"bitflags 1.3.2",
|
541 |
-
"cexpr 0.4.0",
|
542 |
-
"clang-sys",
|
543 |
-
"clap",
|
544 |
-
"env_logger",
|
545 |
-
"lazy_static",
|
546 |
-
"lazycell",
|
547 |
-
"log",
|
548 |
-
"peeking_take_while",
|
549 |
-
"proc-macro2",
|
550 |
-
"quote",
|
551 |
-
"regex",
|
552 |
-
"rustc-hash",
|
553 |
-
"shlex 0.1.1",
|
554 |
-
"which 3.1.1",
|
555 |
-
]
|
556 |
-
|
557 |
-
[[package]]
|
558 |
-
name = "bindgen"
|
559 |
-
version = "0.68.1"
|
560 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
561 |
-
checksum = "
|
562 |
dependencies = [
|
563 |
"bitflags 2.4.1",
|
564 |
-
"cexpr
|
565 |
"clang-sys",
|
566 |
"lazy_static",
|
567 |
"lazycell",
|
@@ -572,9 +530,9 @@ dependencies = [
|
|
572 |
"quote",
|
573 |
"regex",
|
574 |
"rustc-hash",
|
575 |
-
"shlex
|
576 |
"syn 2.0.39",
|
577 |
-
"which
|
578 |
]
|
579 |
|
580 |
[[package]]
|
@@ -635,22 +593,13 @@ dependencies = [
|
|
635 |
"libc",
|
636 |
]
|
637 |
|
638 |
-
[[package]]
|
639 |
-
name = "cexpr"
|
640 |
-
version = "0.4.0"
|
641 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
642 |
-
checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
|
643 |
-
dependencies = [
|
644 |
-
"nom 5.1.3",
|
645 |
-
]
|
646 |
-
|
647 |
[[package]]
|
648 |
name = "cexpr"
|
649 |
version = "0.6.0"
|
650 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
651 |
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
652 |
dependencies = [
|
653 |
-
"nom
|
654 |
]
|
655 |
|
656 |
[[package]]
|
@@ -670,21 +619,6 @@ dependencies = [
|
|
670 |
"libloading",
|
671 |
]
|
672 |
|
673 |
-
[[package]]
|
674 |
-
name = "clap"
|
675 |
-
version = "2.34.0"
|
676 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
677 |
-
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
678 |
-
dependencies = [
|
679 |
-
"ansi_term",
|
680 |
-
"atty",
|
681 |
-
"bitflags 1.3.2",
|
682 |
-
"strsim",
|
683 |
-
"textwrap",
|
684 |
-
"unicode-width",
|
685 |
-
"vec_map",
|
686 |
-
]
|
687 |
-
|
688 |
[[package]]
|
689 |
name = "cmake"
|
690 |
version = "0.1.50"
|
@@ -703,7 +637,7 @@ dependencies = [
|
|
703 |
"async-trait",
|
704 |
"json5",
|
705 |
"lazy_static",
|
706 |
-
"nom
|
707 |
"pathdiff",
|
708 |
"ron",
|
709 |
"rust-ini",
|
@@ -795,19 +729,6 @@ version = "1.9.0"
|
|
795 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
796 |
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
797 |
|
798 |
-
[[package]]
|
799 |
-
name = "env_logger"
|
800 |
-
version = "0.8.4"
|
801 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
802 |
-
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
|
803 |
-
dependencies = [
|
804 |
-
"atty",
|
805 |
-
"humantime",
|
806 |
-
"log",
|
807 |
-
"regex",
|
808 |
-
"termcolor",
|
809 |
-
]
|
810 |
-
|
811 |
[[package]]
|
812 |
name = "equivalent"
|
813 |
version = "1.0.1"
|
@@ -816,12 +737,12 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
816 |
|
817 |
[[package]]
|
818 |
name = "errno"
|
819 |
-
version = "0.3.
|
820 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
821 |
-
checksum = "
|
822 |
dependencies = [
|
823 |
"libc",
|
824 |
-
"windows-sys",
|
825 |
]
|
826 |
|
827 |
[[package]]
|
@@ -952,15 +873,6 @@ dependencies = [
|
|
952 |
"pin-project",
|
953 |
]
|
954 |
|
955 |
-
[[package]]
|
956 |
-
name = "fvad"
|
957 |
-
version = "0.1.3"
|
958 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
959 |
-
checksum = "8b8e04cf8731da968d9456575a0ae44cb8760dee46169a5289a0e87d4cc4743a"
|
960 |
-
dependencies = [
|
961 |
-
"libfvad-sys",
|
962 |
-
]
|
963 |
-
|
964 |
[[package]]
|
965 |
name = "generic-array"
|
966 |
version = "0.14.7"
|
@@ -984,9 +896,9 @@ dependencies = [
|
|
984 |
|
985 |
[[package]]
|
986 |
name = "gimli"
|
987 |
-
version = "0.28.
|
988 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
989 |
-
checksum = "
|
990 |
|
991 |
[[package]]
|
992 |
name = "glob"
|
@@ -1024,9 +936,9 @@ dependencies = [
|
|
1024 |
|
1025 |
[[package]]
|
1026 |
name = "hashbrown"
|
1027 |
-
version = "0.14.
|
1028 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1029 |
-
checksum = "
|
1030 |
|
1031 |
[[package]]
|
1032 |
name = "headers"
|
@@ -1052,15 +964,6 @@ dependencies = [
|
|
1052 |
"http",
|
1053 |
]
|
1054 |
|
1055 |
-
[[package]]
|
1056 |
-
name = "hermit-abi"
|
1057 |
-
version = "0.1.19"
|
1058 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1059 |
-
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
1060 |
-
dependencies = [
|
1061 |
-
"libc",
|
1062 |
-
]
|
1063 |
-
|
1064 |
[[package]]
|
1065 |
name = "hermit-abi"
|
1066 |
version = "0.3.3"
|
@@ -1088,7 +991,7 @@ version = "0.5.5"
|
|
1088 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1089 |
checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
|
1090 |
dependencies = [
|
1091 |
-
"windows-sys",
|
1092 |
]
|
1093 |
|
1094 |
[[package]]
|
@@ -1131,12 +1034,6 @@ version = "1.0.3"
|
|
1131 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1132 |
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
1133 |
|
1134 |
-
[[package]]
|
1135 |
-
name = "humantime"
|
1136 |
-
version = "2.1.0"
|
1137 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1138 |
-
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
1139 |
-
|
1140 |
[[package]]
|
1141 |
name = "hyper"
|
1142 |
version = "0.14.27"
|
@@ -1194,7 +1091,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1194 |
checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
|
1195 |
dependencies = [
|
1196 |
"equivalent",
|
1197 |
-
"hashbrown 0.14.
|
1198 |
]
|
1199 |
|
1200 |
[[package]]
|
@@ -1232,16 +1129,6 @@ version = "0.2.150"
|
|
1232 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1233 |
checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
|
1234 |
|
1235 |
-
[[package]]
|
1236 |
-
name = "libfvad-sys"
|
1237 |
-
version = "1.0.0"
|
1238 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1239 |
-
checksum = "473b5389760c65fab561600c78f609ee5779799ae8d29818eccea95d8a8c94d8"
|
1240 |
-
dependencies = [
|
1241 |
-
"bindgen 0.56.0",
|
1242 |
-
"cc",
|
1243 |
-
]
|
1244 |
-
|
1245 |
[[package]]
|
1246 |
name = "libloading"
|
1247 |
version = "0.7.4"
|
@@ -1334,7 +1221,7 @@ checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0"
|
|
1334 |
dependencies = [
|
1335 |
"libc",
|
1336 |
"wasi",
|
1337 |
-
"windows-sys",
|
1338 |
]
|
1339 |
|
1340 |
[[package]]
|
@@ -1348,16 +1235,6 @@ dependencies = [
|
|
1348 |
"libc",
|
1349 |
]
|
1350 |
|
1351 |
-
[[package]]
|
1352 |
-
name = "nom"
|
1353 |
-
version = "5.1.3"
|
1354 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1355 |
-
checksum = "08959a387a676302eebf4ddbcbc611da04285579f76f88ee0506c63b1a61dd4b"
|
1356 |
-
dependencies = [
|
1357 |
-
"memchr",
|
1358 |
-
"version_check",
|
1359 |
-
]
|
1360 |
-
|
1361 |
[[package]]
|
1362 |
name = "nom"
|
1363 |
version = "7.1.3"
|
@@ -1403,7 +1280,7 @@ version = "1.16.0"
|
|
1403 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1404 |
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
1405 |
dependencies = [
|
1406 |
-
"hermit-abi
|
1407 |
"libc",
|
1408 |
]
|
1409 |
|
@@ -1470,7 +1347,7 @@ dependencies = [
|
|
1470 |
"libc",
|
1471 |
"redox_syscall",
|
1472 |
"smallvec",
|
1473 |
-
"windows-targets",
|
1474 |
]
|
1475 |
|
1476 |
[[package]]
|
@@ -1644,7 +1521,7 @@ dependencies = [
|
|
1644 |
"tracing",
|
1645 |
"tracing-subscriber",
|
1646 |
"tracing-test",
|
1647 |
-
"whisper",
|
1648 |
]
|
1649 |
|
1650 |
[[package]]
|
@@ -1680,9 +1557,9 @@ dependencies = [
|
|
1680 |
|
1681 |
[[package]]
|
1682 |
name = "proc-macro2"
|
1683 |
-
version = "1.0.
|
1684 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1685 |
-
checksum = "
|
1686 |
dependencies = [
|
1687 |
"unicode-ident",
|
1688 |
]
|
@@ -1799,7 +1676,7 @@ dependencies = [
|
|
1799 |
"libc",
|
1800 |
"spin",
|
1801 |
"untrusted",
|
1802 |
-
"windows-sys",
|
1803 |
]
|
1804 |
|
1805 |
[[package]]
|
@@ -1854,7 +1731,7 @@ dependencies = [
|
|
1854 |
"errno",
|
1855 |
"libc",
|
1856 |
"linux-raw-sys",
|
1857 |
-
"windows-sys",
|
1858 |
]
|
1859 |
|
1860 |
[[package]]
|
@@ -1912,7 +1789,7 @@ version = "0.1.22"
|
|
1912 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1913 |
checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
|
1914 |
dependencies = [
|
1915 |
-
"windows-sys",
|
1916 |
]
|
1917 |
|
1918 |
[[package]]
|
@@ -2047,12 +1924,6 @@ dependencies = [
|
|
2047 |
"lazy_static",
|
2048 |
]
|
2049 |
|
2050 |
-
[[package]]
|
2051 |
-
name = "shlex"
|
2052 |
-
version = "0.1.1"
|
2053 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2054 |
-
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
|
2055 |
-
|
2056 |
[[package]]
|
2057 |
name = "shlex"
|
2058 |
version = "1.2.0"
|
@@ -2100,7 +1971,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2100 |
checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
|
2101 |
dependencies = [
|
2102 |
"libc",
|
2103 |
-
"windows-sys",
|
2104 |
]
|
2105 |
|
2106 |
[[package]]
|
@@ -2121,12 +1992,6 @@ dependencies = [
|
|
2121 |
"memchr",
|
2122 |
]
|
2123 |
|
2124 |
-
[[package]]
|
2125 |
-
name = "strsim"
|
2126 |
-
version = "0.8.0"
|
2127 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2128 |
-
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2129 |
-
|
2130 |
[[package]]
|
2131 |
name = "subtle"
|
2132 |
version = "2.5.0"
|
@@ -2155,24 +2020,6 @@ dependencies = [
|
|
2155 |
"unicode-ident",
|
2156 |
]
|
2157 |
|
2158 |
-
[[package]]
|
2159 |
-
name = "termcolor"
|
2160 |
-
version = "1.4.0"
|
2161 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2162 |
-
checksum = "ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449"
|
2163 |
-
dependencies = [
|
2164 |
-
"winapi-util",
|
2165 |
-
]
|
2166 |
-
|
2167 |
-
[[package]]
|
2168 |
-
name = "textwrap"
|
2169 |
-
version = "0.11.0"
|
2170 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2171 |
-
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2172 |
-
dependencies = [
|
2173 |
-
"unicode-width",
|
2174 |
-
]
|
2175 |
-
|
2176 |
[[package]]
|
2177 |
name = "thiserror"
|
2178 |
version = "1.0.50"
|
@@ -2261,7 +2108,7 @@ dependencies = [
|
|
2261 |
"signal-hook-registry",
|
2262 |
"socket2 0.5.5",
|
2263 |
"tokio-macros",
|
2264 |
-
"windows-sys",
|
2265 |
]
|
2266 |
|
2267 |
[[package]]
|
@@ -2515,12 +2362,6 @@ dependencies = [
|
|
2515 |
"tinyvec",
|
2516 |
]
|
2517 |
|
2518 |
-
[[package]]
|
2519 |
-
name = "unicode-width"
|
2520 |
-
version = "0.1.11"
|
2521 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2522 |
-
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
|
2523 |
-
|
2524 |
[[package]]
|
2525 |
name = "unsafe-libyaml"
|
2526 |
version = "0.2.9"
|
@@ -2568,12 +2409,6 @@ version = "0.1.0"
|
|
2568 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2569 |
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
2570 |
|
2571 |
-
[[package]]
|
2572 |
-
name = "vec_map"
|
2573 |
-
version = "0.8.2"
|
2574 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2575 |
-
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
2576 |
-
|
2577 |
[[package]]
|
2578 |
name = "version_check"
|
2579 |
version = "0.9.4"
|
@@ -2601,15 +2436,6 @@ version = "0.11.0+wasi-snapshot-preview1"
|
|
2601 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2602 |
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2603 |
|
2604 |
-
[[package]]
|
2605 |
-
name = "which"
|
2606 |
-
version = "3.1.1"
|
2607 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2608 |
-
checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
|
2609 |
-
dependencies = [
|
2610 |
-
"libc",
|
2611 |
-
]
|
2612 |
-
|
2613 |
[[package]]
|
2614 |
name = "which"
|
2615 |
version = "4.4.2"
|
@@ -2622,34 +2448,22 @@ dependencies = [
|
|
2622 |
"rustix",
|
2623 |
]
|
2624 |
|
2625 |
-
[[package]]
|
2626 |
-
name = "whisper"
|
2627 |
-
version = "0.1.0"
|
2628 |
-
dependencies = [
|
2629 |
-
"fvad",
|
2630 |
-
"lazy_static",
|
2631 |
-
"once_cell",
|
2632 |
-
"serde",
|
2633 |
-
"tokio",
|
2634 |
-
"tracing",
|
2635 |
-
"whisper-rs",
|
2636 |
-
"whisper-rs-sys",
|
2637 |
-
]
|
2638 |
-
|
2639 |
[[package]]
|
2640 |
name = "whisper-rs"
|
2641 |
-
version = "0.
|
2642 |
-
source = "
|
|
|
2643 |
dependencies = [
|
2644 |
"whisper-rs-sys",
|
2645 |
]
|
2646 |
|
2647 |
[[package]]
|
2648 |
name = "whisper-rs-sys"
|
2649 |
-
version = "0.
|
2650 |
-
source = "
|
|
|
2651 |
dependencies = [
|
2652 |
-
"bindgen
|
2653 |
"cfg-if",
|
2654 |
"cmake",
|
2655 |
"fs_extra",
|
@@ -2677,15 +2491,6 @@ version = "0.4.0"
|
|
2677 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2678 |
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2679 |
|
2680 |
-
[[package]]
|
2681 |
-
name = "winapi-util"
|
2682 |
-
version = "0.1.6"
|
2683 |
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2684 |
-
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
|
2685 |
-
dependencies = [
|
2686 |
-
"winapi",
|
2687 |
-
]
|
2688 |
-
|
2689 |
[[package]]
|
2690 |
name = "winapi-x86_64-pc-windows-gnu"
|
2691 |
version = "0.4.0"
|
@@ -2698,7 +2503,16 @@ version = "0.48.0"
|
|
2698 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2699 |
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
2700 |
dependencies = [
|
2701 |
-
"windows-targets",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2702 |
]
|
2703 |
|
2704 |
[[package]]
|
@@ -2707,13 +2521,28 @@ version = "0.48.5"
|
|
2707 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2708 |
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2709 |
dependencies = [
|
2710 |
-
"windows_aarch64_gnullvm",
|
2711 |
-
"windows_aarch64_msvc",
|
2712 |
-
"windows_i686_gnu",
|
2713 |
-
"windows_i686_msvc",
|
2714 |
-
"windows_x86_64_gnu",
|
2715 |
-
"windows_x86_64_gnullvm",
|
2716 |
-
"windows_x86_64_msvc",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2717 |
]
|
2718 |
|
2719 |
[[package]]
|
@@ -2722,42 +2551,84 @@ version = "0.48.5"
|
|
2722 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2723 |
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2724 |
|
|
|
|
|
|
|
|
|
|
|
|
|
2725 |
[[package]]
|
2726 |
name = "windows_aarch64_msvc"
|
2727 |
version = "0.48.5"
|
2728 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2729 |
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2730 |
|
|
|
|
|
|
|
|
|
|
|
|
|
2731 |
[[package]]
|
2732 |
name = "windows_i686_gnu"
|
2733 |
version = "0.48.5"
|
2734 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2735 |
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2736 |
|
|
|
|
|
|
|
|
|
|
|
|
|
2737 |
[[package]]
|
2738 |
name = "windows_i686_msvc"
|
2739 |
version = "0.48.5"
|
2740 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2741 |
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2742 |
|
|
|
|
|
|
|
|
|
|
|
|
|
2743 |
[[package]]
|
2744 |
name = "windows_x86_64_gnu"
|
2745 |
version = "0.48.5"
|
2746 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2747 |
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2748 |
|
|
|
|
|
|
|
|
|
|
|
|
|
2749 |
[[package]]
|
2750 |
name = "windows_x86_64_gnullvm"
|
2751 |
version = "0.48.5"
|
2752 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2753 |
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2754 |
|
|
|
|
|
|
|
|
|
|
|
|
|
2755 |
[[package]]
|
2756 |
name = "windows_x86_64_msvc"
|
2757 |
version = "0.48.5"
|
2758 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2759 |
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2760 |
|
|
|
|
|
|
|
|
|
|
|
|
|
2761 |
[[package]]
|
2762 |
name = "winnow"
|
2763 |
version = "0.5.19"
|
|
|
37 |
"memchr",
|
38 |
]
|
39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
[[package]]
|
41 |
name = "anyhow"
|
42 |
version = "1.0.75"
|
|
|
76 |
"syn 2.0.39",
|
77 |
]
|
78 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
[[package]]
|
80 |
name = "autocfg"
|
81 |
version = "1.1.0"
|
|
|
84 |
|
85 |
[[package]]
|
86 |
name = "aws-config"
|
87 |
+
version = "1.0.1"
|
88 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
89 |
+
checksum = "80c950a809d39bc9480207cb1cfc879ace88ea7e3a4392a8e9999e45d6e5692e"
|
90 |
dependencies = [
|
91 |
"aws-credential-types",
|
92 |
"aws-http",
|
|
|
115 |
|
116 |
[[package]]
|
117 |
name = "aws-credential-types"
|
118 |
+
version = "1.0.1"
|
119 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
120 |
+
checksum = "8c1317e1a3514b103cf7d5828bbab3b4d30f56bd22d684f8568bc51b6cfbbb1c"
|
121 |
dependencies = [
|
122 |
"aws-smithy-async",
|
123 |
"aws-smithy-runtime-api",
|
|
|
143 |
|
144 |
[[package]]
|
145 |
name = "aws-runtime"
|
146 |
+
version = "1.0.1"
|
147 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
148 |
+
checksum = "1ed7ef604a15fd0d4d9e43701295161ea6b504b63c44990ead352afea2bc15e9"
|
149 |
dependencies = [
|
150 |
"aws-credential-types",
|
151 |
"aws-http",
|
|
|
165 |
|
166 |
[[package]]
|
167 |
name = "aws-sdk-polly"
|
168 |
+
version = "1.3.0"
|
169 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
170 |
+
checksum = "40a603b44fb9180cfaa4a86085f37907f61b301d8676478feeb31b5688d12a4b"
|
171 |
dependencies = [
|
172 |
"aws-credential-types",
|
173 |
"aws-http",
|
|
|
188 |
|
189 |
[[package]]
|
190 |
name = "aws-sdk-sso"
|
191 |
+
version = "1.3.0"
|
192 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
193 |
+
checksum = "0619ab97a5ca8982e7de073cdc66f93e5f6a1b05afc09e696bec1cb3607cd4df"
|
194 |
dependencies = [
|
195 |
"aws-credential-types",
|
196 |
"aws-http",
|
|
|
210 |
|
211 |
[[package]]
|
212 |
name = "aws-sdk-ssooidc"
|
213 |
+
version = "1.3.0"
|
214 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
215 |
+
checksum = "f04b9f5474cc0f35d829510b2ec8c21e352309b46bf9633c5a81fb9321e9b1c7"
|
216 |
dependencies = [
|
217 |
"aws-credential-types",
|
218 |
"aws-http",
|
|
|
232 |
|
233 |
[[package]]
|
234 |
name = "aws-sdk-sts"
|
235 |
+
version = "1.3.0"
|
236 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
237 |
+
checksum = "5700da387716ccfc30b27f44b008f457e1baca5b0f05b6b95455778005e3432a"
|
238 |
dependencies = [
|
239 |
"aws-credential-types",
|
240 |
"aws-http",
|
|
|
255 |
|
256 |
[[package]]
|
257 |
name = "aws-sdk-transcribestreaming"
|
258 |
+
version = "1.3.0"
|
259 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
260 |
+
checksum = "45a2a51a8aa67c23cb07fdd0f76644c748c2d30569ac0ef019e58d3fbb7c43c1"
|
261 |
dependencies = [
|
262 |
"aws-credential-types",
|
263 |
"aws-http",
|
|
|
280 |
|
281 |
[[package]]
|
282 |
name = "aws-sdk-translate"
|
283 |
+
version = "1.3.0"
|
284 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
285 |
+
checksum = "2f04e837830f3cc5c1f8d4c607560ff5fb62e6fdc9944482a7e8e47a3abce59c"
|
286 |
dependencies = [
|
287 |
"aws-credential-types",
|
288 |
"aws-http",
|
|
|
303 |
|
304 |
[[package]]
|
305 |
name = "aws-sigv4"
|
306 |
+
version = "1.0.1"
|
307 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
308 |
+
checksum = "380adcc8134ad8bbdfeb2ace7626a869914ee266322965276cbc54066186d236"
|
309 |
dependencies = [
|
310 |
"aws-credential-types",
|
311 |
"aws-smithy-eventstream",
|
|
|
327 |
|
328 |
[[package]]
|
329 |
name = "aws-smithy-async"
|
330 |
+
version = "1.0.2"
|
331 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
332 |
+
checksum = "3e37ca17d25fe1e210b6d4bdf59b81caebfe99f986201a1228cb5061233b4b13"
|
333 |
dependencies = [
|
334 |
"futures-util",
|
335 |
"pin-project-lite",
|
|
|
389 |
|
390 |
[[package]]
|
391 |
name = "aws-smithy-runtime"
|
392 |
+
version = "1.0.2"
|
393 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
394 |
+
checksum = "273479291efc55e7b0bce985b139d86b6031adb8e50f65c1f712f20ba38f6388"
|
395 |
dependencies = [
|
396 |
"aws-smithy-async",
|
397 |
"aws-smithy-http",
|
|
|
399 |
"aws-smithy-types",
|
400 |
"bytes 1.5.0",
|
401 |
"fastrand",
|
402 |
+
"h2",
|
403 |
"http",
|
404 |
"http-body",
|
405 |
"hyper",
|
|
|
414 |
|
415 |
[[package]]
|
416 |
name = "aws-smithy-runtime-api"
|
417 |
+
version = "1.0.2"
|
418 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
419 |
+
checksum = "c6cebff0d977b6b6feed2fd07db52aac58ba3ccaf26cdd49f1af4add5061bef9"
|
420 |
dependencies = [
|
421 |
"aws-smithy-async",
|
422 |
"aws-smithy-types",
|
|
|
430 |
|
431 |
[[package]]
|
432 |
name = "aws-smithy-types"
|
433 |
+
version = "1.0.2"
|
434 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
435 |
+
checksum = "d7f48b3f27ddb40ab19892a5abda331f403e3cb877965e4e51171447807104af"
|
436 |
dependencies = [
|
437 |
"base64-simd",
|
438 |
"bytes 1.5.0",
|
|
|
462 |
|
463 |
[[package]]
|
464 |
name = "aws-types"
|
465 |
+
version = "1.0.1"
|
466 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
467 |
+
checksum = "8403fc56b1f3761e8efe45771ddc1165e47ec3417c68e68a4519b5cb030159ca"
|
468 |
dependencies = [
|
469 |
"aws-credential-types",
|
470 |
"aws-smithy-async",
|
|
|
514 |
|
515 |
[[package]]
|
516 |
name = "bindgen"
|
517 |
+
version = "0.69.1"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
518 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
519 |
+
checksum = "9ffcebc3849946a7170a05992aac39da343a90676ab392c51a4280981d6379c2"
|
520 |
dependencies = [
|
521 |
"bitflags 2.4.1",
|
522 |
+
"cexpr",
|
523 |
"clang-sys",
|
524 |
"lazy_static",
|
525 |
"lazycell",
|
|
|
530 |
"quote",
|
531 |
"regex",
|
532 |
"rustc-hash",
|
533 |
+
"shlex",
|
534 |
"syn 2.0.39",
|
535 |
+
"which",
|
536 |
]
|
537 |
|
538 |
[[package]]
|
|
|
593 |
"libc",
|
594 |
]
|
595 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
596 |
[[package]]
|
597 |
name = "cexpr"
|
598 |
version = "0.6.0"
|
599 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
600 |
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
601 |
dependencies = [
|
602 |
+
"nom",
|
603 |
]
|
604 |
|
605 |
[[package]]
|
|
|
619 |
"libloading",
|
620 |
]
|
621 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
622 |
[[package]]
|
623 |
name = "cmake"
|
624 |
version = "0.1.50"
|
|
|
637 |
"async-trait",
|
638 |
"json5",
|
639 |
"lazy_static",
|
640 |
+
"nom",
|
641 |
"pathdiff",
|
642 |
"ron",
|
643 |
"rust-ini",
|
|
|
729 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
730 |
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
731 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
732 |
[[package]]
|
733 |
name = "equivalent"
|
734 |
version = "1.0.1"
|
|
|
737 |
|
738 |
[[package]]
|
739 |
name = "errno"
|
740 |
+
version = "0.3.8"
|
741 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
742 |
+
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
|
743 |
dependencies = [
|
744 |
"libc",
|
745 |
+
"windows-sys 0.52.0",
|
746 |
]
|
747 |
|
748 |
[[package]]
|
|
|
873 |
"pin-project",
|
874 |
]
|
875 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
876 |
[[package]]
|
877 |
name = "generic-array"
|
878 |
version = "0.14.7"
|
|
|
896 |
|
897 |
[[package]]
|
898 |
name = "gimli"
|
899 |
+
version = "0.28.1"
|
900 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
901 |
+
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
|
902 |
|
903 |
[[package]]
|
904 |
name = "glob"
|
|
|
936 |
|
937 |
[[package]]
|
938 |
name = "hashbrown"
|
939 |
+
version = "0.14.3"
|
940 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
941 |
+
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
|
942 |
|
943 |
[[package]]
|
944 |
name = "headers"
|
|
|
964 |
"http",
|
965 |
]
|
966 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
967 |
[[package]]
|
968 |
name = "hermit-abi"
|
969 |
version = "0.3.3"
|
|
|
991 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
992 |
checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
|
993 |
dependencies = [
|
994 |
+
"windows-sys 0.48.0",
|
995 |
]
|
996 |
|
997 |
[[package]]
|
|
|
1034 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1035 |
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
1036 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1037 |
[[package]]
|
1038 |
name = "hyper"
|
1039 |
version = "0.14.27"
|
|
|
1091 |
checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
|
1092 |
dependencies = [
|
1093 |
"equivalent",
|
1094 |
+
"hashbrown 0.14.3",
|
1095 |
]
|
1096 |
|
1097 |
[[package]]
|
|
|
1129 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1130 |
checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
|
1131 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1132 |
[[package]]
|
1133 |
name = "libloading"
|
1134 |
version = "0.7.4"
|
|
|
1221 |
dependencies = [
|
1222 |
"libc",
|
1223 |
"wasi",
|
1224 |
+
"windows-sys 0.48.0",
|
1225 |
]
|
1226 |
|
1227 |
[[package]]
|
|
|
1235 |
"libc",
|
1236 |
]
|
1237 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1238 |
[[package]]
|
1239 |
name = "nom"
|
1240 |
version = "7.1.3"
|
|
|
1280 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1281 |
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
1282 |
dependencies = [
|
1283 |
+
"hermit-abi",
|
1284 |
"libc",
|
1285 |
]
|
1286 |
|
|
|
1347 |
"libc",
|
1348 |
"redox_syscall",
|
1349 |
"smallvec",
|
1350 |
+
"windows-targets 0.48.5",
|
1351 |
]
|
1352 |
|
1353 |
[[package]]
|
|
|
1521 |
"tracing",
|
1522 |
"tracing-subscriber",
|
1523 |
"tracing-test",
|
1524 |
+
"whisper-rs",
|
1525 |
]
|
1526 |
|
1527 |
[[package]]
|
|
|
1557 |
|
1558 |
[[package]]
|
1559 |
name = "proc-macro2"
|
1560 |
+
version = "1.0.70"
|
1561 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1562 |
+
checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b"
|
1563 |
dependencies = [
|
1564 |
"unicode-ident",
|
1565 |
]
|
|
|
1676 |
"libc",
|
1677 |
"spin",
|
1678 |
"untrusted",
|
1679 |
+
"windows-sys 0.48.0",
|
1680 |
]
|
1681 |
|
1682 |
[[package]]
|
|
|
1731 |
"errno",
|
1732 |
"libc",
|
1733 |
"linux-raw-sys",
|
1734 |
+
"windows-sys 0.48.0",
|
1735 |
]
|
1736 |
|
1737 |
[[package]]
|
|
|
1789 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1790 |
checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
|
1791 |
dependencies = [
|
1792 |
+
"windows-sys 0.48.0",
|
1793 |
]
|
1794 |
|
1795 |
[[package]]
|
|
|
1924 |
"lazy_static",
|
1925 |
]
|
1926 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1927 |
[[package]]
|
1928 |
name = "shlex"
|
1929 |
version = "1.2.0"
|
|
|
1971 |
checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
|
1972 |
dependencies = [
|
1973 |
"libc",
|
1974 |
+
"windows-sys 0.48.0",
|
1975 |
]
|
1976 |
|
1977 |
[[package]]
|
|
|
1992 |
"memchr",
|
1993 |
]
|
1994 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1995 |
[[package]]
|
1996 |
name = "subtle"
|
1997 |
version = "2.5.0"
|
|
|
2020 |
"unicode-ident",
|
2021 |
]
|
2022 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2023 |
[[package]]
|
2024 |
name = "thiserror"
|
2025 |
version = "1.0.50"
|
|
|
2108 |
"signal-hook-registry",
|
2109 |
"socket2 0.5.5",
|
2110 |
"tokio-macros",
|
2111 |
+
"windows-sys 0.48.0",
|
2112 |
]
|
2113 |
|
2114 |
[[package]]
|
|
|
2362 |
"tinyvec",
|
2363 |
]
|
2364 |
|
|
|
|
|
|
|
|
|
|
|
|
|
2365 |
[[package]]
|
2366 |
name = "unsafe-libyaml"
|
2367 |
version = "0.2.9"
|
|
|
2409 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2410 |
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
2411 |
|
|
|
|
|
|
|
|
|
|
|
|
|
2412 |
[[package]]
|
2413 |
name = "version_check"
|
2414 |
version = "0.9.4"
|
|
|
2436 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2437 |
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2438 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2439 |
[[package]]
|
2440 |
name = "which"
|
2441 |
version = "4.4.2"
|
|
|
2448 |
"rustix",
|
2449 |
]
|
2450 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2451 |
[[package]]
|
2452 |
name = "whisper-rs"
|
2453 |
+
version = "0.10.0"
|
2454 |
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2455 |
+
checksum = "38e19ccc66e3746fc15cc9b8cbc67be61d7326f0dd313c3d5dce53e706365e23"
|
2456 |
dependencies = [
|
2457 |
"whisper-rs-sys",
|
2458 |
]
|
2459 |
|
2460 |
[[package]]
|
2461 |
name = "whisper-rs-sys"
|
2462 |
+
version = "0.8.0"
|
2463 |
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2464 |
+
checksum = "e91adc462e9bc7b3fce6116eeafe76f9bc46c20c2b4f5fe0da00fd1196fa92f1"
|
2465 |
dependencies = [
|
2466 |
+
"bindgen",
|
2467 |
"cfg-if",
|
2468 |
"cmake",
|
2469 |
"fs_extra",
|
|
|
2491 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2492 |
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2493 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2494 |
[[package]]
|
2495 |
name = "winapi-x86_64-pc-windows-gnu"
|
2496 |
version = "0.4.0"
|
|
|
2503 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2504 |
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
2505 |
dependencies = [
|
2506 |
+
"windows-targets 0.48.5",
|
2507 |
+
]
|
2508 |
+
|
2509 |
+
[[package]]
|
2510 |
+
name = "windows-sys"
|
2511 |
+
version = "0.52.0"
|
2512 |
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2513 |
+
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
2514 |
+
dependencies = [
|
2515 |
+
"windows-targets 0.52.0",
|
2516 |
]
|
2517 |
|
2518 |
[[package]]
|
|
|
2521 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2522 |
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2523 |
dependencies = [
|
2524 |
+
"windows_aarch64_gnullvm 0.48.5",
|
2525 |
+
"windows_aarch64_msvc 0.48.5",
|
2526 |
+
"windows_i686_gnu 0.48.5",
|
2527 |
+
"windows_i686_msvc 0.48.5",
|
2528 |
+
"windows_x86_64_gnu 0.48.5",
|
2529 |
+
"windows_x86_64_gnullvm 0.48.5",
|
2530 |
+
"windows_x86_64_msvc 0.48.5",
|
2531 |
+
]
|
2532 |
+
|
2533 |
+
[[package]]
|
2534 |
+
name = "windows-targets"
|
2535 |
+
version = "0.52.0"
|
2536 |
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2537 |
+
checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
|
2538 |
+
dependencies = [
|
2539 |
+
"windows_aarch64_gnullvm 0.52.0",
|
2540 |
+
"windows_aarch64_msvc 0.52.0",
|
2541 |
+
"windows_i686_gnu 0.52.0",
|
2542 |
+
"windows_i686_msvc 0.52.0",
|
2543 |
+
"windows_x86_64_gnu 0.52.0",
|
2544 |
+
"windows_x86_64_gnullvm 0.52.0",
|
2545 |
+
"windows_x86_64_msvc 0.52.0",
|
2546 |
]
|
2547 |
|
2548 |
[[package]]
|
|
|
2551 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2552 |
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2553 |
|
2554 |
+
[[package]]
|
2555 |
+
name = "windows_aarch64_gnullvm"
|
2556 |
+
version = "0.52.0"
|
2557 |
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2558 |
+
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
|
2559 |
+
|
2560 |
[[package]]
|
2561 |
name = "windows_aarch64_msvc"
|
2562 |
version = "0.48.5"
|
2563 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2564 |
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2565 |
|
2566 |
+
[[package]]
|
2567 |
+
name = "windows_aarch64_msvc"
|
2568 |
+
version = "0.52.0"
|
2569 |
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2570 |
+
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
|
2571 |
+
|
2572 |
[[package]]
|
2573 |
name = "windows_i686_gnu"
|
2574 |
version = "0.48.5"
|
2575 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2576 |
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2577 |
|
2578 |
+
[[package]]
|
2579 |
+
name = "windows_i686_gnu"
|
2580 |
+
version = "0.52.0"
|
2581 |
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2582 |
+
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
|
2583 |
+
|
2584 |
[[package]]
|
2585 |
name = "windows_i686_msvc"
|
2586 |
version = "0.48.5"
|
2587 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2588 |
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2589 |
|
2590 |
+
[[package]]
|
2591 |
+
name = "windows_i686_msvc"
|
2592 |
+
version = "0.52.0"
|
2593 |
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2594 |
+
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
|
2595 |
+
|
2596 |
[[package]]
|
2597 |
name = "windows_x86_64_gnu"
|
2598 |
version = "0.48.5"
|
2599 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2600 |
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2601 |
|
2602 |
+
[[package]]
|
2603 |
+
name = "windows_x86_64_gnu"
|
2604 |
+
version = "0.52.0"
|
2605 |
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2606 |
+
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
|
2607 |
+
|
2608 |
[[package]]
|
2609 |
name = "windows_x86_64_gnullvm"
|
2610 |
version = "0.48.5"
|
2611 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2612 |
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2613 |
|
2614 |
+
[[package]]
|
2615 |
+
name = "windows_x86_64_gnullvm"
|
2616 |
+
version = "0.52.0"
|
2617 |
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2618 |
+
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
|
2619 |
+
|
2620 |
[[package]]
|
2621 |
name = "windows_x86_64_msvc"
|
2622 |
version = "0.48.5"
|
2623 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2624 |
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2625 |
|
2626 |
+
[[package]]
|
2627 |
+
name = "windows_x86_64_msvc"
|
2628 |
+
version = "0.52.0"
|
2629 |
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2630 |
+
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
|
2631 |
+
|
2632 |
[[package]]
|
2633 |
name = "winnow"
|
2634 |
version = "0.5.19"
|
Cargo.toml
CHANGED
@@ -15,9 +15,9 @@ path = "src/main.rs"
|
|
15 |
anyhow = "1.0"
|
16 |
async-stream = "0.3"
|
17 |
aws-config = "1.0.0"
|
18 |
-
aws-sdk-transcribestreaming = "
|
19 |
-
aws-sdk-translate = "
|
20 |
-
aws-sdk-polly = "
|
21 |
config = "0.13"
|
22 |
futures-util = "0.3"
|
23 |
once_cell = "1.18"
|
@@ -33,17 +33,18 @@ lazy_static = "1.4.0"
|
|
33 |
base64 = { version = "0.21.5", features = [] }
|
34 |
|
35 |
[features]
|
36 |
-
|
|
|
37 |
|
38 |
[dependencies.poem]
|
39 |
version = "1.3"
|
40 |
features = ["websocket", "static-files"]
|
41 |
|
42 |
[target.'cfg(target_os="macos")'.dependencies]
|
43 |
-
whisper = {
|
44 |
-
|
45 |
[target.'cfg(target_os="linux")'.dependencies]
|
46 |
-
whisper = {
|
47 |
|
48 |
[dev-dependencies]
|
49 |
tracing-test = "*"
|
|
|
15 |
anyhow = "1.0"
|
16 |
async-stream = "0.3"
|
17 |
aws-config = "1.0.0"
|
18 |
+
aws-sdk-transcribestreaming = "1.3"
|
19 |
+
aws-sdk-translate = "1.3"
|
20 |
+
aws-sdk-polly = "1.3"
|
21 |
config = "0.13"
|
22 |
futures-util = "0.3"
|
23 |
once_cell = "1.18"
|
|
|
33 |
base64 = { version = "0.21.5", features = [] }
|
34 |
|
35 |
[features]
|
36 |
+
default = []
|
37 |
+
whisper = ["whisper-rs"]
|
38 |
|
39 |
[dependencies.poem]
|
40 |
version = "1.3"
|
41 |
features = ["websocket", "static-files"]
|
42 |
|
43 |
[target.'cfg(target_os="macos")'.dependencies]
|
44 |
+
whisper-rs = { version = "0.10", features = ["metal", "coreml"], default-features = false, optional = true }
|
45 |
+
#
|
46 |
[target.'cfg(target_os="linux")'.dependencies]
|
47 |
+
whisper-rs = { version = "0.10", features = ["cuda"], default-features = false, optional = true }
|
48 |
|
49 |
[dev-dependencies]
|
50 |
tracing-test = "*"
|