version = 4
[[package]]
name = "aho-corasick"
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
dependencies = [
"memchr",
]
[[package]]
name = "anes"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
[[package]]
name = "anstyle"
version = "1.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
[[package]]
name = "autocfg"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
[[package]]
name = "bitflags"
version = "2.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
[[package]]
name = "bumpalo"
version = "3.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
[[package]]
name = "cast"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
[[package]]
name = "cfg-if"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
[[package]]
name = "ciborium"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
dependencies = [
"ciborium-io",
"ciborium-ll",
"serde",
]
[[package]]
name = "ciborium-io"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
[[package]]
name = "ciborium-ll"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
dependencies = [
"ciborium-io",
"half",
]
[[package]]
name = "clap"
version = "4.5.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
version = "4.5.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876"
dependencies = [
"anstyle",
"clap_lex",
]
[[package]]
name = "clap_lex"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831"
[[package]]
name = "criterion"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
dependencies = [
"anes",
"cast",
"ciborium",
"clap",
"criterion-plot",
"is-terminal",
"itertools",
"num-traits",
"once_cell",
"oorandom",
"plotters",
"rayon",
"regex",
"serde",
"serde_derive",
"serde_json",
"tinytemplate",
"walkdir",
]
[[package]]
name = "criterion-plot"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
dependencies = [
"cast",
"itertools",
]
[[package]]
name = "crossbeam-deque"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
version = "0.8.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
[[package]]
name = "crunchy"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
[[package]]
name = "either"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
[[package]]
name = "espeak-ng"
version = "0.2.0"
dependencies = [
"bitflags",
"criterion",
"espeak-ng-data-dict-ab",
"espeak-ng-data-dict-af",
"espeak-ng-data-dict-am",
"espeak-ng-data-dict-an",
"espeak-ng-data-dict-ar",
"espeak-ng-data-dict-as",
"espeak-ng-data-dict-az",
"espeak-ng-data-dict-ba",
"espeak-ng-data-dict-be",
"espeak-ng-data-dict-bg",
"espeak-ng-data-dict-bn",
"espeak-ng-data-dict-bpy",
"espeak-ng-data-dict-bs",
"espeak-ng-data-dict-ca",
"espeak-ng-data-dict-chr",
"espeak-ng-data-dict-cmn",
"espeak-ng-data-dict-crh",
"espeak-ng-data-dict-cs",
"espeak-ng-data-dict-cv",
"espeak-ng-data-dict-cy",
"espeak-ng-data-dict-da",
"espeak-ng-data-dict-de",
"espeak-ng-data-dict-el",
"espeak-ng-data-dict-en",
"espeak-ng-data-dict-eo",
"espeak-ng-data-dict-es",
"espeak-ng-data-dict-et",
"espeak-ng-data-dict-eu",
"espeak-ng-data-dict-fa",
"espeak-ng-data-dict-fi",
"espeak-ng-data-dict-fo",
"espeak-ng-data-dict-fr",
"espeak-ng-data-dict-ga",
"espeak-ng-data-dict-gd",
"espeak-ng-data-dict-gn",
"espeak-ng-data-dict-grc",
"espeak-ng-data-dict-gu",
"espeak-ng-data-dict-hak",
"espeak-ng-data-dict-haw",
"espeak-ng-data-dict-he",
"espeak-ng-data-dict-hi",
"espeak-ng-data-dict-hr",
"espeak-ng-data-dict-ht",
"espeak-ng-data-dict-hu",
"espeak-ng-data-dict-hy",
"espeak-ng-data-dict-ia",
"espeak-ng-data-dict-id",
"espeak-ng-data-dict-io",
"espeak-ng-data-dict-is",
"espeak-ng-data-dict-it",
"espeak-ng-data-dict-ja",
"espeak-ng-data-dict-jbo",
"espeak-ng-data-dict-ka",
"espeak-ng-data-dict-kaa",
"espeak-ng-data-dict-kk",
"espeak-ng-data-dict-kl",
"espeak-ng-data-dict-kn",
"espeak-ng-data-dict-ko",
"espeak-ng-data-dict-kok",
"espeak-ng-data-dict-ku",
"espeak-ng-data-dict-ky",
"espeak-ng-data-dict-la",
"espeak-ng-data-dict-lb",
"espeak-ng-data-dict-lfn",
"espeak-ng-data-dict-lij",
"espeak-ng-data-dict-lt",
"espeak-ng-data-dict-lv",
"espeak-ng-data-dict-mi",
"espeak-ng-data-dict-mk",
"espeak-ng-data-dict-ml",
"espeak-ng-data-dict-mn",
"espeak-ng-data-dict-mr",
"espeak-ng-data-dict-ms",
"espeak-ng-data-dict-mt",
"espeak-ng-data-dict-mto",
"espeak-ng-data-dict-my",
"espeak-ng-data-dict-nci",
"espeak-ng-data-dict-ne",
"espeak-ng-data-dict-nl",
"espeak-ng-data-dict-no",
"espeak-ng-data-dict-nog",
"espeak-ng-data-dict-om",
"espeak-ng-data-dict-or",
"espeak-ng-data-dict-pa",
"espeak-ng-data-dict-pap",
"espeak-ng-data-dict-piqd",
"espeak-ng-data-dict-pl",
"espeak-ng-data-dict-ps",
"espeak-ng-data-dict-pt",
"espeak-ng-data-dict-py",
"espeak-ng-data-dict-qdb",
"espeak-ng-data-dict-qu",
"espeak-ng-data-dict-quc",
"espeak-ng-data-dict-qya",
"espeak-ng-data-dict-ro",
"espeak-ng-data-dict-ru",
"espeak-ng-data-dict-rup",
"espeak-ng-data-dict-sd",
"espeak-ng-data-dict-shn",
"espeak-ng-data-dict-si",
"espeak-ng-data-dict-sjn",
"espeak-ng-data-dict-sk",
"espeak-ng-data-dict-sl",
"espeak-ng-data-dict-smj",
"espeak-ng-data-dict-sq",
"espeak-ng-data-dict-sr",
"espeak-ng-data-dict-sv",
"espeak-ng-data-dict-sw",
"espeak-ng-data-dict-ta",
"espeak-ng-data-dict-te",
"espeak-ng-data-dict-th",
"espeak-ng-data-dict-ti",
"espeak-ng-data-dict-tk",
"espeak-ng-data-dict-tn",
"espeak-ng-data-dict-tr",
"espeak-ng-data-dict-tt",
"espeak-ng-data-dict-ug",
"espeak-ng-data-dict-uk",
"espeak-ng-data-dict-ur",
"espeak-ng-data-dict-uz",
"espeak-ng-data-dict-vi",
"espeak-ng-data-dict-xex",
"espeak-ng-data-dict-yue",
"espeak-ng-data-dicts",
"espeak-ng-data-phonemes",
"libc",
"rayon",
"thiserror",
"tokio",
]
[[package]]
name = "espeak-ng-data-dict-ab"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "feb7b308bd5bfd5e707a1e8627052be7dfb21bdf1d1656cb48eacb3e170b38c5"
[[package]]
name = "espeak-ng-data-dict-af"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef869ee56db16c732769c9ea7dd5f446f6dbccec4187e36b2b4cc8e60b40e22f"
[[package]]
name = "espeak-ng-data-dict-am"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2069ad8e819c05a76b75d3c85e028d91e714a0521297f5d0c6eea7299b0b1762"
[[package]]
name = "espeak-ng-data-dict-an"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "862e1675b38d48dea1a28f21c7104f424f413536d6bd089a4cf34082b6241a52"
[[package]]
name = "espeak-ng-data-dict-ar"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0cc5a68c7b647a8985e0f30d46b7818fdfe9407183b802f3df4a2a426e0ba58"
[[package]]
name = "espeak-ng-data-dict-as"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8d1591d7b29bc3c4da61b38493daef1d9f9b919473cde1f34d14cbdb3dd1f3f"
[[package]]
name = "espeak-ng-data-dict-az"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2334053399ee6d03eb50dfc60cbba79e2daf64bb7044b8632ac4948482d5fc45"
[[package]]
name = "espeak-ng-data-dict-ba"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a70cc84ee00f53f68f70d8147126c9dfe019873eaeb1dda8bc6312e35eaf8637"
[[package]]
name = "espeak-ng-data-dict-be"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2718b6efb3125bce807d84d99ee8ae0ffdb79b545a24e81f355406f6293a98fb"
[[package]]
name = "espeak-ng-data-dict-bg"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bbe2c84fe0266250de34f4742d711689ea39333f65697ca21d26188a63be582"
[[package]]
name = "espeak-ng-data-dict-bn"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d152e689dca5e7c6407226213aa02e9dcd17a70fe503d4b3b375b78540cad431"
[[package]]
name = "espeak-ng-data-dict-bpy"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ebbe543ddfcfbc1594f02854e5661f6521f71212ca17db3a3bba648bf7e8381"
[[package]]
name = "espeak-ng-data-dict-bs"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad3f117cdc1b2e0038f045d3bf6434a35c5312e0ff62b7a9a4f306dc83534597"
[[package]]
name = "espeak-ng-data-dict-ca"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6dda2cb516e9bfc1a84546aefda885ee3bce462c405b3d992dfe706a67e03c7"
[[package]]
name = "espeak-ng-data-dict-chr"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "486b3bd8d99464605f7d12e06e2a9f6d977bd8bea285c9d72ce9b927111476ae"
[[package]]
name = "espeak-ng-data-dict-cmn"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eeedf7da774b411a2f7d891595471e087629792bc5bbe763c3359f8a2dc0bf06"
[[package]]
name = "espeak-ng-data-dict-crh"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcdbbed5a348be27f849a6de41aa1b48f83a77ff4546a66f89cc940688bddf55"
[[package]]
name = "espeak-ng-data-dict-cs"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a5518ed408f76746f0fbf5f8690e46536527af5e1dcf06528e6dba03b84d5b6"
[[package]]
name = "espeak-ng-data-dict-cv"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7e97fac39310f691f22bc9d093237db40afa2685f838f5180d92e1f820f0f3b"
[[package]]
name = "espeak-ng-data-dict-cy"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47537885de52bf64e33607b6088850edf06af45c4b4579af9013f021118e88fc"
[[package]]
name = "espeak-ng-data-dict-da"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c5fa9b00e92b4863d58b4ae5c27949a1a3f3d4e34a9e4df73a4df07c339d520"
[[package]]
name = "espeak-ng-data-dict-de"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f57e3d0c224fecad5bce06b846339d3107c24ee8b67aeb2a595856b2110f25a"
[[package]]
name = "espeak-ng-data-dict-el"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35584a40c28a8edf6ff1f48476b35f2d042267af9901aff112d0516370b6197e"
[[package]]
name = "espeak-ng-data-dict-en"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f231805f816e50caa02fc9266ba9e7ba842bc1439ed5dc4adc8aa09a745aa4a"
[[package]]
name = "espeak-ng-data-dict-eo"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c4d7772a3035949460ba16c0e3b163135b9884c5b772a30f4a91388dce95484"
[[package]]
name = "espeak-ng-data-dict-es"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e125e5571d38d2e3ac752fd72d4bcf2119a4d9af95cb0cd97a4d8d2692567c5f"
[[package]]
name = "espeak-ng-data-dict-et"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f95b2c7a85916604884818794e1bb0862fe0d6a717ab0e52e1c7e0223ff18a49"
[[package]]
name = "espeak-ng-data-dict-eu"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da7691f6a656e44b488b2cdfe15cc7eb83cc47f4befc48fb4a5f749805661b30"
[[package]]
name = "espeak-ng-data-dict-fa"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cbb8481b11cf902f94c342cd74babfb3f2acf41224d7df00942ff689828bc4e"
[[package]]
name = "espeak-ng-data-dict-fi"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eff829ae9db2fd88b7578e7354471fcc54cc2a3c1344df2ede029fcf91541b30"
[[package]]
name = "espeak-ng-data-dict-fo"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c52972e1b854a5512d239e1a5aee31afd17e0638d27e9cfa9faac6c184f98a2d"
[[package]]
name = "espeak-ng-data-dict-fr"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22bfa135ac45c5c58e0f254144845add795bdab2d4aea094c70f9d5352e15684"
[[package]]
name = "espeak-ng-data-dict-ga"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43cf93b92676bae5240a3e480286154dea1511c6a211707082f81cad98dee910"
[[package]]
name = "espeak-ng-data-dict-gd"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70eaed0c97aecf4f5a79a7a88ac0020e86d30cf1566789da1228158e9bb11516"
[[package]]
name = "espeak-ng-data-dict-gn"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1969f4ecbaa9d857eea8a4bfc2f841c3c617037366e6cc462dc04a5d90c0d3c1"
[[package]]
name = "espeak-ng-data-dict-grc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e83b610ada72d99e715ff180702f2d2c9d0d44ae84a9f1e8f26c7274724853f"
[[package]]
name = "espeak-ng-data-dict-gu"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5997c8541b7d7e34979f00d915822d30dd8a41ff238c38dbbdc433897d955cb"
[[package]]
name = "espeak-ng-data-dict-hak"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b74946cace7c8bf35378961d5d1cf5194cd14eaffc2b8ba77fec59a1af974522"
[[package]]
name = "espeak-ng-data-dict-haw"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36b98877923b034ed0d204cd946512e18f7cdd9f57ab295ecb30dad8ce606690"
[[package]]
name = "espeak-ng-data-dict-he"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5e0eb59f829468f8ddc618667e0082eae4fa6130ee617673e730ec33fc04a32"
[[package]]
name = "espeak-ng-data-dict-hi"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "762416ba3206136f1833c02714e3263e8270c48d20a42b3d664aaf298502b722"
[[package]]
name = "espeak-ng-data-dict-hr"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12ee2e212d3a1bb63e276172fef6dfbb79efda38c8cfa09fccd407d521a21a40"
[[package]]
name = "espeak-ng-data-dict-ht"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f026df8155816733e4090308976654f1d475a1bf01b05e2934a56b7c16aa206"
[[package]]
name = "espeak-ng-data-dict-hu"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac499c158a20bb9b14920a094d1b8b1f0df42381af1b72c355f9c765a6681c49"
[[package]]
name = "espeak-ng-data-dict-hy"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b8a8c916b7dffee9256acf6dc38e4eac6a19c214b929c1cab53ade8c3850215"
[[package]]
name = "espeak-ng-data-dict-ia"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c55c281df05e187c1b1e4d4b47ee9510ad157a43c96e622902dafbea062ba48"
[[package]]
name = "espeak-ng-data-dict-id"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12c221207b760d492de7e7ee9c1abc8c72dccde61af3cef10864ad426cae340e"
[[package]]
name = "espeak-ng-data-dict-io"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f3781657267ee484406b459f0c678c98457500a6593ca5553763c1d96a84169"
[[package]]
name = "espeak-ng-data-dict-is"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "264521aec5edcd42b8ecce708f36f29c24244683f96cfd13f2cd317f50d6a7c7"
[[package]]
name = "espeak-ng-data-dict-it"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d10cde865ed26b37f96652dd8b9a42170facc3bea8a0272fd5f197fb693d50"
[[package]]
name = "espeak-ng-data-dict-ja"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90c619c0b59c3c94206420e5f1cd49629cf5dfe19e89b317451764688fafd1d9"
[[package]]
name = "espeak-ng-data-dict-jbo"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bdb2fee48eae46dda6edcf7804f60088463d6a41e64fe5759431e9614d5c1c7"
[[package]]
name = "espeak-ng-data-dict-ka"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93f13129bf62b24bfee970df91ca3305a88439a8eee81ac23c6ea7223cd44c32"
[[package]]
name = "espeak-ng-data-dict-kaa"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc5d372c10d2b301deac3311bf745ef21836b0dc6ab360f63fa43b6f4c660db1"
[[package]]
name = "espeak-ng-data-dict-kk"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc6caefb3e502388997c1635a7f8752fda00a354a2405d38e8107a467c250606"
[[package]]
name = "espeak-ng-data-dict-kl"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e15534fe4d154531e61334d665c1c1885363614a9ba43114e30d15511efaed0d"
[[package]]
name = "espeak-ng-data-dict-kn"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b86cc2fd61ce34d0f54751ca9dd585320b4033c73c23d580177fb38ffbb2f81"
[[package]]
name = "espeak-ng-data-dict-ko"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "257489d49ea6a828321d84daba2ff4a1a6b129ae637a652b39ba74b7721462c9"
[[package]]
name = "espeak-ng-data-dict-kok"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d437fa36377265d57009d2079e2facb935e6ef0c6dd42c0b7398f5456b571e55"
[[package]]
name = "espeak-ng-data-dict-ku"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6994b7e85b646d70c1e5c14210d0412428d64aea50ddb16821e00eccfb21ec5f"
[[package]]
name = "espeak-ng-data-dict-ky"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e96ed38f789a2d87f77ecad0f2656e455e0e080d5db2d7eb276b4e9f6425199b"
[[package]]
name = "espeak-ng-data-dict-la"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f40c6738e4e26ce64f5d9309a9be27f6a361d8bac5cae98f1e5a7f42f0b721e"
[[package]]
name = "espeak-ng-data-dict-lb"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b91bbc7037f6575c523c243b78ae1a7adc3941e0d4c06419b1bb7fd95c1cf5e2"
[[package]]
name = "espeak-ng-data-dict-lfn"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e9010c1b46f05e9b45714f579b27303d7af53f81127aa64e8718f9111507cb8"
[[package]]
name = "espeak-ng-data-dict-lij"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e75d3e001c1d32520e19e87c31c8a6594d991813193e7ea1eb7b39d45a236d50"
[[package]]
name = "espeak-ng-data-dict-lt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "737cbc21882f918703ea69ae3f94d5e37a68b04f3b0ea8358c8f02dd4c5701ad"
[[package]]
name = "espeak-ng-data-dict-lv"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bf1fed6162df18088061b8a528491327cfbda828614051569ef9b6b80e9cb7a"
[[package]]
name = "espeak-ng-data-dict-mi"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49edd5d74d709dd6f90d624f745d579131f056a3638e8f85a8d975d3debd5cf9"
[[package]]
name = "espeak-ng-data-dict-mk"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74ec6bef3e1d27bde1f2960051f2dfd0cc6bb7cbd84b63fe1dacc2f657fd3723"
[[package]]
name = "espeak-ng-data-dict-ml"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac4f17a853b1d4671112ed9a41dc65b8aad441fe452cea9d2a37ce0eb81d3f32"
[[package]]
name = "espeak-ng-data-dict-mn"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e93f962b6220de39669da5a62da7d2e824f979f080dac3e1687a2a066cd8510"
[[package]]
name = "espeak-ng-data-dict-mr"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e05025f00b5b3294e929c9376341ead026541e4c10a124b333ff010ff435700"
[[package]]
name = "espeak-ng-data-dict-ms"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2cf9a81657c971115c38ad0096c294d0f22854c87c8fc2b88f80679f37438e9"
[[package]]
name = "espeak-ng-data-dict-mt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd3b7e02028ff8f62c8dbd53607b0fd447fdf22b620676589762452cc6ecd759"
[[package]]
name = "espeak-ng-data-dict-mto"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b1acc84b6864ce59120ab705b182d5de727aadb4bd99f811b456d6465440022"
[[package]]
name = "espeak-ng-data-dict-my"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bff0ac182d1a427ceef1241f661e08522394e9e9ad98fdca8f1074781a98721d"
[[package]]
name = "espeak-ng-data-dict-nci"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ce93da275603165893c7ac04adb3a8076e25877adca7e4c07d36565c62c0373"
[[package]]
name = "espeak-ng-data-dict-ne"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8057b9721f1db0724d42fd5c38ba2c79c759f979f4f971b342183bf71d5f9d4e"
[[package]]
name = "espeak-ng-data-dict-nl"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81704c8839a9ceff6278ab27fbf1446eb11d168a1280fd8f5770b38021b94ba8"
[[package]]
name = "espeak-ng-data-dict-no"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97297341d38e0e452d646ab1cd2cc3100535a255482b2d6baf3012b6d0bf4518"
[[package]]
name = "espeak-ng-data-dict-nog"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10980fe620da13db09e4d1acc3f0faeade1af77dfb5b1ae7edd72aa4bdc5a0a2"
[[package]]
name = "espeak-ng-data-dict-om"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5d0db61ae0e5d1458b938faf6cadc4f685379285d1c6671aaeadbd3f67f801a"
[[package]]
name = "espeak-ng-data-dict-or"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccd78b898769b495f61b8c16a08ea9f63cdd392837bf8c5c1cf412444e3946c"
[[package]]
name = "espeak-ng-data-dict-pa"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fc94866fd4d6310356f2088cbd8da2ed199e20b67b09b34af28dbaf22254725"
[[package]]
name = "espeak-ng-data-dict-pap"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0195ef058dceac6cfd51bcbdeb9544a4709c00e0cbdc97a8bcfb25349669f5ac"
[[package]]
name = "espeak-ng-data-dict-piqd"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f3a00a8425acda5b14a6bb17ef67fe7a0751d1a1798bc14ea63d58f1fb25b47"
[[package]]
name = "espeak-ng-data-dict-pl"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c350c7a8297e64649aba862eda10affcade5a0e1b7041db2898baf95d77ba18"
[[package]]
name = "espeak-ng-data-dict-ps"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ea0a10b2110606974175bf8113913cd7d41cc168183954e91c9a362c3e615f"
[[package]]
name = "espeak-ng-data-dict-pt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ebda03d7c45f5536bb4d186a269eddf3d884162bea6f93f29ccc34c5a1623af"
[[package]]
name = "espeak-ng-data-dict-py"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a63c3c1aec80c251a427c84c8fe8a22028db6d907be4ceb86342f22018c97249"
[[package]]
name = "espeak-ng-data-dict-qdb"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21e99998ccc545f3dd58c0322979945831fa6b6cb88a6d487fd64b02accc2172"
[[package]]
name = "espeak-ng-data-dict-qu"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d240bf039bb0d32698d8960d1235a2057152442d059943c46f1a6dadd90f0759"
[[package]]
name = "espeak-ng-data-dict-quc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ddf8e8219ade6c249a56f476cb8eaee11fc55715b30344b4765319f9585ebc1"
[[package]]
name = "espeak-ng-data-dict-qya"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df66dfa8246e478c796f8e2d33655ec8ab3b7895da90c9562c193cdf6c37c01e"
[[package]]
name = "espeak-ng-data-dict-ro"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bb2b2907f9223b2cbc803bc2cbfa4e7dbd5b6bb968131fd270141d18c56a935"
[[package]]
name = "espeak-ng-data-dict-ru"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3fdd2e2de742f9212265f96df0bff7ad4f8d866493d121b5c922ce65be88277"
[[package]]
name = "espeak-ng-data-dict-rup"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a10817c2451712df471f9be6cf46689b51380903a8a75c6096c8e7dd403ff054"
[[package]]
name = "espeak-ng-data-dict-sd"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0af5ddccfa2e4e86c673a6be586af95f1d2e10817527570709cae021a61e190"
[[package]]
name = "espeak-ng-data-dict-shn"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "736c38ed63e34b421bba939c657279c40d30faa25ac1a8f4f5a2da863513ef29"
[[package]]
name = "espeak-ng-data-dict-si"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c9d5ad0cffef4899e158bb78487b6324c6caf296dfdba65baa239166747b6c0"
[[package]]
name = "espeak-ng-data-dict-sjn"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24dd75fcf1993743dce9d7c0276a60a0ec0b0f7d0bd2232a4ab4f632f4a269d5"
[[package]]
name = "espeak-ng-data-dict-sk"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5728ad661b1a86217ee168c8fa4d7a84c6da99fda736ed112f6bf326bb129ff4"
[[package]]
name = "espeak-ng-data-dict-sl"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80ddfd13dec3ca44722dbb3f068073e7bde38ad92152fbdb8fa304698a2e1471"
[[package]]
name = "espeak-ng-data-dict-smj"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ec71f41892468edfd6a2759f8ee4ac5e782f8ccbcae41f4a6b1a18b72ee6fd"
[[package]]
name = "espeak-ng-data-dict-sq"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7f0f7ccd6eb9f44c50244c40a59eecf60dd39ee67ecac2879488cc8a4404fea"
[[package]]
name = "espeak-ng-data-dict-sr"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81c94d6865d5d033e178ad16bfb1a69d7f52de9e7c06513828ea449afebf1f34"
[[package]]
name = "espeak-ng-data-dict-sv"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5968bfa5b011b81a0fb7328de9663a40f990f62a201e96eb3323a7c085b40582"
[[package]]
name = "espeak-ng-data-dict-sw"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce96a65167f4a25b099baeb366ccad7287b51705f620f7cec0442b9bfefea1c4"
[[package]]
name = "espeak-ng-data-dict-ta"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f6e30c1cb2d453dede9b4ae2f722e3b0903c0c6ac346fbd0d9ca2670c0af914"
[[package]]
name = "espeak-ng-data-dict-te"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0f0422dc2c4043a7ea2ec9a18dbfa955293798a45f62add7e58a67fba1eeeb2"
[[package]]
name = "espeak-ng-data-dict-th"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1e72b414a1e1b9d76e54a050e9072d0c9c9cf0def9d9d6ddf64de1ce9f11a6e"
[[package]]
name = "espeak-ng-data-dict-ti"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42473353bf9d6d1da7c0fdfa8693caee91d0ee417a98f76179efa468e03552aa"
[[package]]
name = "espeak-ng-data-dict-tk"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "054db7ece885a1d7a32808aa125f1524d8cbc6c0763f32d58dc1dffa75bc191a"
[[package]]
name = "espeak-ng-data-dict-tn"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f8b13c8adac0126383fa7d6bb76696d742f69bf6070a50043068fe35ffe9a34"
[[package]]
name = "espeak-ng-data-dict-tr"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82c35a4f92f5a0fff0ad51e7c3e46564a394443d73a4d3fcdb015d37e565432e"
[[package]]
name = "espeak-ng-data-dict-tt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ca834ca6f80fcbd1576edf05e972dfeb7c44039061a5f6a962230c655630bed"
[[package]]
name = "espeak-ng-data-dict-ug"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f766da6a195104d557401799a6c6ca9229cdceb5e71d119cef95f29c81450470"
[[package]]
name = "espeak-ng-data-dict-uk"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1254487cf3945687c214ca3e5688c45e5c6c97d6a74770d7d93916111eb1b68e"
[[package]]
name = "espeak-ng-data-dict-ur"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bb1d588ec2f4ca6a865aff81a30162c5137fec5eb79c45a8486f0535e514855"
[[package]]
name = "espeak-ng-data-dict-uz"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abac1da793a867542278f55ca8cc332d4f161d30ffc9067c2b215ed222519320"
[[package]]
name = "espeak-ng-data-dict-vi"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8aa69e251ee94b053e59c3bb912be667c1dbc36cd1fc83f25a48bf291bf09328"
[[package]]
name = "espeak-ng-data-dict-xex"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb37b3433057c768cc1a58e405929ed2a8a5c0faadc77f6f37ab6c7b51f0f4a6"
[[package]]
name = "espeak-ng-data-dict-yue"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2f29fd23642c22ad9862e38845befddfa680d1b27b71c8562f995b500391b7d"
[[package]]
name = "espeak-ng-data-dicts"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7eca4a10e2f58cb015d9ed326ce76acac95a5c32cfb96d74fbd73ae82b0a104"
[[package]]
name = "espeak-ng-data-phonemes"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73639acc81fa0d350dd6fef933d4a935b6f8b93ef74455c9eebf1f3873253e0d"
[[package]]
name = "half"
version = "2.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
dependencies = [
"cfg-if",
"crunchy",
"zerocopy",
]
[[package]]
name = "hermit-abi"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
[[package]]
name = "is-terminal"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46"
dependencies = [
"hermit-abi",
"libc",
"windows-sys",
]
[[package]]
name = "itertools"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
[[package]]
name = "js-sys"
version = "0.3.91"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c"
dependencies = [
"once_cell",
"wasm-bindgen",
]
[[package]]
name = "libc"
version = "0.2.183"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
[[package]]
name = "memchr"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
[[package]]
name = "num-traits"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
"autocfg",
]
[[package]]
name = "once_cell"
version = "1.21.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
[[package]]
name = "oorandom"
version = "11.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
[[package]]
name = "pin-project-lite"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
[[package]]
name = "plotters"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
dependencies = [
"num-traits",
"plotters-backend",
"plotters-svg",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "plotters-backend"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
[[package]]
name = "plotters-svg"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
dependencies = [
"plotters-backend",
]
[[package]]
name = "proc-macro2"
version = "1.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
dependencies = [
"proc-macro2",
]
[[package]]
name = "rayon"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
[[package]]
name = "regex"
version = "1.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.8.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
[[package]]
name = "rustversion"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "serde"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
dependencies = [
"serde_core",
"serde_derive",
]
[[package]]
name = "serde_core"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
version = "1.0.149"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
dependencies = [
"itoa",
"memchr",
"serde",
"serde_core",
"zmij",
]
[[package]]
name = "syn"
version = "2.0.117"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "thiserror"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tinytemplate"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
dependencies = [
"serde",
"serde_json",
]
[[package]]
name = "tokio"
version = "1.53.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
dependencies = [
"pin-project-lite",
]
[[package]]
name = "unicode-ident"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
[[package]]
name = "walkdir"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
dependencies = [
"same-file",
"winapi-util",
]
[[package]]
name = "wasm-bindgen"
version = "0.2.114"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e"
dependencies = [
"cfg-if",
"once_cell",
"rustversion",
"wasm-bindgen-macro",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.114"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.114"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3"
dependencies = [
"bumpalo",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.114"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16"
dependencies = [
"unicode-ident",
]
[[package]]
name = "web-sys"
version = "0.3.91"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "winapi-util"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
dependencies = [
"windows-sys",
]
[[package]]
name = "windows-link"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
[[package]]
name = "windows-sys"
version = "0.61.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
dependencies = [
"windows-link",
]
[[package]]
name = "zerocopy"
version = "0.8.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2578b716f8a7a858b7f02d5bd870c14bf4ddbbcf3a4c05414ba6503640505e3"
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.8.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e6cc098ea4d3bd6246687de65af3f920c430e236bee1e3bf2e441463f08a02f"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "zmij"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"