summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorsoryu <soryu@soryu.co>2025-12-21 00:40:04 +0000
committersoryu <soryu@soryu.co>2025-12-23 14:47:18 +0000
commit55cacf6e1a087c0fa6950a1ddeb09060f787e541 (patch)
tree0b8e754eb16c829fc0ee7c8f4ba66fe75b4f3ebf /Cargo.lock
parent84fee5ce2ae30fb2381c99b9b223b8235b962869 (diff)
downloadsoryu-55cacf6e1a087c0fa6950a1ddeb09060f787e541.tar.gz
soryu-55cacf6e1a087c0fa6950a1ddeb09060f787e541.zip
Add EOU detection and streaming diarization
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock110
1 files changed, 55 insertions, 55 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 57851d1..d111f9a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -333,19 +333,6 @@ dependencies = [
]
[[package]]
-name = "console"
-version = "0.16.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "03e45a4a8926227e4197636ba97a9fc9b00477e9f4bd711395687c5f0734bec4"
-dependencies = [
- "encode_unicode",
- "libc",
- "once_cell",
- "unicode-width",
- "windows-sys 0.61.2",
-]
-
-[[package]]
name = "core-foundation"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -808,6 +795,12 @@ dependencies = [
]
[[package]]
+name = "glob"
+version = "0.3.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
+
+[[package]]
name = "h2"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -853,7 +846,7 @@ dependencies = [
"dirs",
"futures",
"http",
- "indicatif 0.17.11",
+ "indicatif",
"libc",
"log",
"native-tls",
@@ -1132,7 +1125,7 @@ version = "0.17.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235"
dependencies = [
- "console 0.15.11",
+ "console",
"number_prefix",
"portable-atomic",
"unicode-width",
@@ -1140,19 +1133,6 @@ dependencies = [
]
[[package]]
-name = "indicatif"
-version = "0.18.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9375e112e4b463ec1b1c6c011953545c65a30164fbab5b581df32b3abf0dcb88"
-dependencies = [
- "console 0.16.2",
- "portable-atomic",
- "unicode-width",
- "unit-prefix",
- "web-time",
-]
-
-[[package]]
name = "ipnet"
version = "2.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1176,6 +1156,24 @@ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
[[package]]
name = "itertools"
+version = "0.11.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
+dependencies = [
+ "either",
+]
+
+[[package]]
+name = "itertools"
+version = "0.12.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
+dependencies = [
+ "either",
+]
+
+[[package]]
+name = "itertools"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
@@ -1610,6 +1608,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2aba9f5c7c479925205799216e7e5d07cc1d4fa76ea8058c60a9a30f6a4e890"
dependencies = [
"flate2",
+ "glob",
"pkg-config",
"sha2",
"tar",
@@ -1618,9 +1617,7 @@ dependencies = [
[[package]]
name = "parakeet-rs"
-version = "0.2.6"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "92b4df6c942672cced4127164a36a1d17a48569f47acff263de311c42dd0f773"
+version = "0.2.5"
dependencies = [
"eyre",
"hound",
@@ -1629,7 +1626,7 @@ dependencies = [
"rustfft",
"serde",
"serde_json",
- "tokenizers 0.22.2",
+ "tokenizers 0.20.4",
]
[[package]]
@@ -1837,12 +1834,23 @@ dependencies = [
[[package]]
name = "rayon-cond"
+version = "0.3.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "059f538b55efd2309c9794130bc149c6a553db90e9d99c2030785c82f0bd7df9"
+dependencies = [
+ "either",
+ "itertools 0.11.0",
+ "rayon",
+]
+
+[[package]]
+name = "rayon-cond"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2964d0cf57a3e7a06e8183d14a8b527195c706b7983549cd5462d5aa3747438f"
dependencies = [
"either",
- "itertools",
+ "itertools 0.14.0",
"rayon",
]
@@ -2641,33 +2649,31 @@ dependencies = [
[[package]]
name = "tokenizers"
-version = "0.21.4"
+version = "0.20.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a620b996116a59e184c2fa2dfd8251ea34a36d0a514758c6f966386bd2e03476"
+checksum = "3b08cc37428a476fc9e20ac850132a513a2e1ce32b6a31addf2b74fa7033b905"
dependencies = [
- "ahash",
"aho-corasick",
- "compact_str",
- "dary_heap",
"derive_builder",
"esaxx-rs",
- "getrandom 0.3.4",
- "indicatif 0.17.11",
- "itertools",
+ "getrandom 0.2.16",
+ "indicatif",
+ "itertools 0.12.1",
+ "lazy_static",
"log",
"macro_rules_attribute",
"monostate",
"onig",
"paste",
- "rand 0.9.2",
+ "rand 0.8.5",
"rayon",
- "rayon-cond",
+ "rayon-cond 0.3.0",
"regex",
"regex-syntax",
"serde",
"serde_json",
"spm_precompiled",
- "thiserror 2.0.17",
+ "thiserror 1.0.69",
"unicode-normalization-alignments",
"unicode-segmentation",
"unicode_categories",
@@ -2675,9 +2681,9 @@ dependencies = [
[[package]]
name = "tokenizers"
-version = "0.22.2"
+version = "0.21.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b238e22d44a15349529690fb07bd645cf58149a1b1e44d6cb5bd1641ff1a6223"
+checksum = "a620b996116a59e184c2fa2dfd8251ea34a36d0a514758c6f966386bd2e03476"
dependencies = [
"ahash",
"aho-corasick",
@@ -2686,8 +2692,8 @@ dependencies = [
"derive_builder",
"esaxx-rs",
"getrandom 0.3.4",
- "indicatif 0.18.3",
- "itertools",
+ "indicatif",
+ "itertools 0.14.0",
"log",
"macro_rules_attribute",
"monostate",
@@ -2695,7 +2701,7 @@ dependencies = [
"paste",
"rand 0.9.2",
"rayon",
- "rayon-cond",
+ "rayon-cond 0.4.0",
"regex",
"regex-syntax",
"serde",
@@ -3001,12 +3007,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
[[package]]
-name = "unit-prefix"
-version = "0.5.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "81e544489bf3d8ef66c953931f56617f423cd4b5494be343d9b9d3dda037b9a3"
-
-[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"