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.1.1"
dependencies = [
"bitflags",
"criterion",
"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-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-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-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-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-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-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-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-yue",
"espeak-ng-data-dicts",
"espeak-ng-data-phonemes",
"libc",
"thiserror",
]
[[package]]
name = "espeak-ng-data-dict-af"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d500d93d725570b08330d7f579b584b4355fe183c8d31e46f17c83873bf3f1be"
[[package]]
name = "espeak-ng-data-dict-am"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00d39ad0200d45d7f26ec47f79e048f10d369273e508a862d75b14258a362dc1"
[[package]]
name = "espeak-ng-data-dict-an"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb0e1b3ef60b0ed5c56e9557c740c1e6e22d75be3cc1af29a86cefc1dffd4034"
[[package]]
name = "espeak-ng-data-dict-ar"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26d72946b2c387205f56547ed15abf02f1da86a13e0846909add7d1c1c5340f8"
[[package]]
name = "espeak-ng-data-dict-as"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dde1a3461184723d8b33ee32df1f01f37eeed4995063259c591595c932be345"
[[package]]
name = "espeak-ng-data-dict-az"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6891d68a1b91de039530909f4922a2185c2235ec65a92e0ba2771af792c7834b"
[[package]]
name = "espeak-ng-data-dict-ba"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7349d3293e55ad44db6ce1a254377f733194c625f8197ebef356455e5646dc8f"
[[package]]
name = "espeak-ng-data-dict-be"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ef56a442e9baf0306f5c4183f8ea47bbd647c764f3edf00b882a1d87a5489a8"
[[package]]
name = "espeak-ng-data-dict-bg"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57bcfdcde3f4682a953c9261593c1642d1e2c6ccf59cfcfc981dce11f9f1410f"
[[package]]
name = "espeak-ng-data-dict-bn"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21190e73ccc873ff0a21f29df2e39c268afe7d399376e624f9d0943ed86a6120"
[[package]]
name = "espeak-ng-data-dict-bpy"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f00e0c1b44d5a5f7ffdcd5e625d57f4413042abfa01d6f89a9f77938acff81a"
[[package]]
name = "espeak-ng-data-dict-bs"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "120a0554137731b6b87455193d7f4669a879da769270a08290a1504f98257820"
[[package]]
name = "espeak-ng-data-dict-ca"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c3ad41db3bcb7b94825f861e9bb34f138a0d5921e7fd6a95203dfb46184735d"
[[package]]
name = "espeak-ng-data-dict-chr"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe7f2bdb497a445436f2361a7fd3fd3e878f5c371cf3f472e350d3824bceccaa"
[[package]]
name = "espeak-ng-data-dict-cmn"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f75e8b4801a09432bc436d7fbea071da90a8fd4c4b9530f369f501a508e31d6"
[[package]]
name = "espeak-ng-data-dict-cs"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abbb87312c1b128c16d86e87a97ba88899e960ad9ddbade3d626f7f2b3115428"
[[package]]
name = "espeak-ng-data-dict-cv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f6b06c7c33937f1d0fefcf8481117d73614bff40696cafb8c26731db2977b89"
[[package]]
name = "espeak-ng-data-dict-cy"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ef7c95d11d198abf53da926a94249626540f8f0747f44ff8392a71bd73aa5b5"
[[package]]
name = "espeak-ng-data-dict-da"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b8dd8d80409273612e8e6302c7aa4ec2a2cbbac06fdf84d2ecff3de7e160dcf"
[[package]]
name = "espeak-ng-data-dict-de"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0590fa089252469941d52ea1d0825fa251f13cab9cb8ed8a81f78d71d3491f5c"
[[package]]
name = "espeak-ng-data-dict-el"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a0d42cb45488ae028524b90bbcc8f5c6fee827832304b36ebeec4d38d044802"
[[package]]
name = "espeak-ng-data-dict-en"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca161ecc2d9398ca60142f9eb8d8174d24b3a03b90372734f9580cad0b4b7006"
[[package]]
name = "espeak-ng-data-dict-eo"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48c48cc6967196586ab1aa066407cff4a93f95a7ab991c8066d46da827d38b40"
[[package]]
name = "espeak-ng-data-dict-es"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef7d78e746f7cab4f31e6d1c82c1a5b7ee207e99d4642e489016c824f6227dd8"
[[package]]
name = "espeak-ng-data-dict-et"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eebf12fa0647d769f17037a5dcea0a8d7d7b98a53eead0a7bd34a5ca0355d180"
[[package]]
name = "espeak-ng-data-dict-eu"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd2e92657551e290a5e806c1d7cafd3fdbee74d356652fb9d1d30257023cc213"
[[package]]
name = "espeak-ng-data-dict-fa"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57303ac4aa2ba68ab32362d4030106403392bb83df1cd545535219e4f29377cc"
[[package]]
name = "espeak-ng-data-dict-fi"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea461b6665e32783cac2e423e328d12fdcabd30de6e78e4998d8747bd9bd0a93"
[[package]]
name = "espeak-ng-data-dict-fr"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78b81c90f17d41a7704fe7790bb69564667bd2a1136b2053d3a4a489e9659130"
[[package]]
name = "espeak-ng-data-dict-ga"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "beacf6f03ff0389370b947ff577d5acf1d55bf4ca621ca9cd552e7f9f76c6bf0"
[[package]]
name = "espeak-ng-data-dict-gd"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c27621cfa4c8e0101b5393eabbe28e13c7324350a6d77bc20fa3e5106641f5f"
[[package]]
name = "espeak-ng-data-dict-gn"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85fe6939456770486d2b98b5319bb7347d2653903be2b8c18e4c45be3a12312e"
[[package]]
name = "espeak-ng-data-dict-grc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98c4139eff80c06d6aaf46ddadc735c75789f4d2cf3a9de48c4c9a4f0c28ec32"
[[package]]
name = "espeak-ng-data-dict-gu"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5e2d5b137524bb292a748082b20f17f039082f11b2d55938dee72173ec98046"
[[package]]
name = "espeak-ng-data-dict-hak"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "708f8e1a6a977b1d810a52c3dff95f5dc89eba93ee0ef69d3c36a12731e652b4"
[[package]]
name = "espeak-ng-data-dict-haw"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d24ca06153b676ece4dd651655a401c43cc9156c6c2416432ede190a54124fc"
[[package]]
name = "espeak-ng-data-dict-he"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "816c500ae5cc591e03065371909a42e9ed00ad23e535db31fe840f7071fc4e61"
[[package]]
name = "espeak-ng-data-dict-hi"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "128599ec1f2648999f21b57bdfa2a081794684ae543b02e19715da54ca9fbc8c"
[[package]]
name = "espeak-ng-data-dict-hr"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22f2196fcacb8e2abbc062ce52d6c66ad6b8f9149d0bad7ae35462d225247f62"
[[package]]
name = "espeak-ng-data-dict-ht"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa992514eaa19486fe0d08f8570a11bb3b72d93cb85aacb288b921e3aa3748b7"
[[package]]
name = "espeak-ng-data-dict-hu"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "592f157c449050433e41ca6504b6768cea8395ef0e3a5739f4be8d2a55426625"
[[package]]
name = "espeak-ng-data-dict-hy"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b019a6f58e3bae0f7af20edc057c697937fe06e3a4cc8c16468f8b3d799b1aec"
[[package]]
name = "espeak-ng-data-dict-ia"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc532f3e515bcb0d27b4a3e58562e76fb7c2fcffa874b423a8e959df5eecf643"
[[package]]
name = "espeak-ng-data-dict-id"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d70f83800e66b9cc5d5c76bd7d6b61244c5d19aebaf477ec0741f48243403e5e"
[[package]]
name = "espeak-ng-data-dict-io"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbf445235ffe2a942d42f667096912a7eb0e760bebbb7b8d08b659061b64e925"
[[package]]
name = "espeak-ng-data-dict-is"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf2c46e835aaa4a541c71011f2a0d85e515dab6c00521f356501299a7655f76"
[[package]]
name = "espeak-ng-data-dict-it"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8a3561e4734ed1d605774350f9ca043da692b549d5e55ffe4e439d4cbe23288"
[[package]]
name = "espeak-ng-data-dict-ja"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c02fc2a49c21bd6dfca0183cc55eed98b1ecb036db2cbd1b5edca624c07760d1"
[[package]]
name = "espeak-ng-data-dict-jbo"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11a51a6020500cc77c2a1a23c10d0a8713143fdbfd87473acbaefd102f6260e2"
[[package]]
name = "espeak-ng-data-dict-ka"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "105cf0840bccf42fabd2de008fe24436338e43ddcb7bb4c390ddb653d34c87d3"
[[package]]
name = "espeak-ng-data-dict-kk"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9b77c4cd065cbef54e1870aef89a558d4c07bdec049ed9ca39be18a1d1aebd7"
[[package]]
name = "espeak-ng-data-dict-kl"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db1b619e77e835923afcdcf7cbea0b4f28c602580dde8be5b8af2791a4357fcb"
[[package]]
name = "espeak-ng-data-dict-kn"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae986aed232de7ab8a9693aafd4ade589bbddd06d3d7c9e8e0ffce52945e0cf7"
[[package]]
name = "espeak-ng-data-dict-ko"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a7c34159085a526288d3d70ec4541de08ebafa997f25d6a4277f1f6bc380d5f"
[[package]]
name = "espeak-ng-data-dict-kok"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abd4f85b94f9d92b7eb15bd182a6e6392ea962af2cdf827929035b3aa1442c04"
[[package]]
name = "espeak-ng-data-dict-ku"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91e7f0479e0642d7d89a3ba4c6143cc7e19ef59b006c2a54448815d3f5519e84"
[[package]]
name = "espeak-ng-data-dict-ky"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd25fa7375aac484114260d8e075165856fdf4fa32176ce987ee08c72bf04835"
[[package]]
name = "espeak-ng-data-dict-la"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a338379fc6318c44d5117850824afdebb8a5d7013f2becfb105b38856e11ffb4"
[[package]]
name = "espeak-ng-data-dict-lb"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "024116c4871933ce36e8f6c4ef907bd74c0710f437e417c384193f6dbe8aebb9"
[[package]]
name = "espeak-ng-data-dict-lfn"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae3382b44c0c6de543cf9b94ba8fd736dd691f96c038a536a99fe14ca351a827"
[[package]]
name = "espeak-ng-data-dict-lt"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72819405de572fe0f377dcb7b86acdf579df47271ba11e4145a5e478bf33f430"
[[package]]
name = "espeak-ng-data-dict-lv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "530d362bee15de52577b781fe8a2434b65db70d5ba03db5e3c9facd162b73bda"
[[package]]
name = "espeak-ng-data-dict-mi"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cb202126695cfd750c81c6ad363fb68379b8c2977516e6c5a523f1d56c4180d"
[[package]]
name = "espeak-ng-data-dict-mk"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b38a17f9a8ff7d6c75d3ca5cd6cd0631d1a2432c96e4a73b78b04d09a061279f"
[[package]]
name = "espeak-ng-data-dict-ml"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "093457075f3c4443c870458d0a99925176c59fb9132a0f0a2213c6cd8072b656"
[[package]]
name = "espeak-ng-data-dict-mr"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecc5981ea9ae6ca32ef84bc1536377d37e4fd923bd7beb6b7db64fe17461d8ef"
[[package]]
name = "espeak-ng-data-dict-ms"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bea50b03b61af4a998cfea80cee60fb401fa5ea451b11cd64d7804134cbf4756"
[[package]]
name = "espeak-ng-data-dict-mt"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "686e29dabf7509267f14235c15567e0b14a43529e10126357fca6a56cb5ae918"
[[package]]
name = "espeak-ng-data-dict-mto"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af56115fd307965e15d4c1d67938859cf78ee9a3c1b17f0da8ac519a09020f44"
[[package]]
name = "espeak-ng-data-dict-my"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfc596b74e1cdda73184b43fb131ee50fd9bce9b5fbb0a3bfdc155255aafb9a3"
[[package]]
name = "espeak-ng-data-dict-nci"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e31c6572cda7561d4e0f62a8f45824f56055fb92fcc7b4d3e2982933ea501559"
[[package]]
name = "espeak-ng-data-dict-ne"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b22e8411b9a6857b03462c3117f49372e6089d58647734fdaf73cbe2411cf1f"
[[package]]
name = "espeak-ng-data-dict-nl"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e484457653bb68890e9a103852517eab8188d00ab2d9643ec48da5d76d8564f"
[[package]]
name = "espeak-ng-data-dict-no"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14ded1766b43936d32b9a78fcc10f24958675664b2b461a3c30e62c3ac677173"
[[package]]
name = "espeak-ng-data-dict-nog"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f96ec3aa7a65e1ecc4114b6056cf5d8a21f9f042cbb915d84ce9425a2a10c93"
[[package]]
name = "espeak-ng-data-dict-om"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c61918ff2e22cabc333c4c01ec306691e56b44f494f9faee3971d2abdf28a15"
[[package]]
name = "espeak-ng-data-dict-or"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d56a2b1bb98fd3ca0f5c1860d7cfc04d787b38c884d190376d12294c7a10a5d7"
[[package]]
name = "espeak-ng-data-dict-pa"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e041ba820952b2d6626fe2bfde58a6efa0f9544bc011780468f3556b8affa8e"
[[package]]
name = "espeak-ng-data-dict-pap"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2247bea60028e06942cfb00dc40b83afba33992f826287eda4c45b203a62ef1"
[[package]]
name = "espeak-ng-data-dict-piqd"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6e7568f4ca62c9cf32d23cb821f1d6b47ff86fde1efd4a0e75dfc196ea8ef81"
[[package]]
name = "espeak-ng-data-dict-pl"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2316cc66371039414ce0aa15b64b66b2d0baf642cef7dec43785b882df04b77d"
[[package]]
name = "espeak-ng-data-dict-pt"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16d06dfb0b75c32f1ed76059411c1c1189a4b7b011a93cc3e12dd554a4e4ffe0"
[[package]]
name = "espeak-ng-data-dict-py"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd82b4ffb1751646a736c05ef1917d42e8dcce37e2a78dadbd9c8459e7ebe54e"
[[package]]
name = "espeak-ng-data-dict-qdb"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b50744d3b9681b6498a968b60da4d3cc420ff607e9ceeaf60d966fa56abb384c"
[[package]]
name = "espeak-ng-data-dict-qu"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d91f9e8b7e03c72aa5187db3c29e77125666adb620414ea9f2fde8ade2751555"
[[package]]
name = "espeak-ng-data-dict-quc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f13debb2537048e359662fd20834415f9f5dcec4e4eabd113d1776adf127c48c"
[[package]]
name = "espeak-ng-data-dict-qya"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6996cd7c68bdc456ccc0e055a08d4f7398d756b254ad399ee5957ff10d3aa0a"
[[package]]
name = "espeak-ng-data-dict-ro"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce47e68cfbf8ad578ee5f1caad13d63a5e07f32828838a37fab387e46882533f"
[[package]]
name = "espeak-ng-data-dict-ru"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b62f5cac7f103b5ef324f02b2fd883897404eac9766dd21d90864eeb633b7ff"
[[package]]
name = "espeak-ng-data-dict-sd"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bbb82bddbff6b78244c7f7ab64482ff8192565dc827518fbfe8300ed4cfb0a5"
[[package]]
name = "espeak-ng-data-dict-shn"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8155874b75b861ac0962ee3913cd4404350e8d5fdead0279c939a03097f38b44"
[[package]]
name = "espeak-ng-data-dict-si"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4dee4ea7f4c4b60b2624e1568db731ed4c6bdb040b3bb165b7e293f0ff61f79"
[[package]]
name = "espeak-ng-data-dict-sjn"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d72e440b1aeab41e74fd122c582e61575d0870ea1879443d1046a008ee9c187"
[[package]]
name = "espeak-ng-data-dict-sk"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e5e46bc7a595a351293454d83b5f66a75e229317417cec20f1488eefdac6df5"
[[package]]
name = "espeak-ng-data-dict-sl"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33489a1396ace6ef52801ef20f3341a00cab2ac5a1023612c4914c8c5d0d2d76"
[[package]]
name = "espeak-ng-data-dict-smj"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a4fcb2a11e623a96394ecb57db84c74b649b1e5b18e150acc5738d521351ec7"
[[package]]
name = "espeak-ng-data-dict-sq"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35d4b58857e1009cfbcd987af9f1962995c038acfa49173babb02c33152a4f1a"
[[package]]
name = "espeak-ng-data-dict-sr"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9ca413c79aa2466ceca68c86a45515c8079a8754ee3b8cb1bb11b3565745d21"
[[package]]
name = "espeak-ng-data-dict-sv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613a7aa68862ccf53cd693d6e983e0bbf9a90e27ab4175a8a3a66ed352e891a3"
[[package]]
name = "espeak-ng-data-dict-sw"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63f19e883b0f4cbff7f614dce93791f1c377e61b09ae1a780404493c2a2ff05a"
[[package]]
name = "espeak-ng-data-dict-ta"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c158172c029664ed36e0d8b1bca8152dcebb0b9dbefa9797b891206c0439234d"
[[package]]
name = "espeak-ng-data-dict-te"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "352126169b58943c24a16612fbda7a6c16dd5f83d87c3ef75275b9dfa04c43d5"
[[package]]
name = "espeak-ng-data-dict-th"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08fc2286843d247a92a85847b30d45fd47c3e9442bf67591ed8a31100b23beec"
[[package]]
name = "espeak-ng-data-dict-ti"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4a7e1493c2286c445adea562a193b27c601da73ba7b3bc4fd5bc749c8a70e8a"
[[package]]
name = "espeak-ng-data-dict-tk"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b4c78d46e82747af22bbf29b570048b14ca954873a18daa97fa3a0b55785a5c"
[[package]]
name = "espeak-ng-data-dict-tn"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d410fdf7d47f135c88d9bc525f21d061f63d05f8fbcf297da3470da21fb81c7"
[[package]]
name = "espeak-ng-data-dict-tr"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b1ac312b6a6b131277d540e83164497e5c82178888f3b55e80f44e074ce3965"
[[package]]
name = "espeak-ng-data-dict-tt"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3d8496618f6dbf287d00952b6e93cffc2ec212cf7af68ad911b2b62a5a7b8aa"
[[package]]
name = "espeak-ng-data-dict-ug"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c006b11d199300ea030d77cd814e2fc7f8e0e4a515932fc1ad83c0f53e312d02"
[[package]]
name = "espeak-ng-data-dict-uk"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "428aecc8d74bcec196be6412717d1422d57feac0687b92474903db05aeae589e"
[[package]]
name = "espeak-ng-data-dict-ur"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6036cca66bf9037fd1344fa53307a6b6b6d2a2a1fb45d5f33a4a592d2763335f"
[[package]]
name = "espeak-ng-data-dict-uz"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2dbe478ed72dec2720b9998527d774d944bb20195a9e8204603011969dfe936"
[[package]]
name = "espeak-ng-data-dict-vi"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebb0cf6be567d66ce6262b9e0f32008be7de53a002063d04ff980e88b4d74c18"
[[package]]
name = "espeak-ng-data-dict-yue"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f11d569f40315d0771f8b5ea04ec684f90a939f5e0d2f2867bd50c5a8d31ab0"
[[package]]
name = "espeak-ng-data-dicts"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "393d19356251c91ffc4f08f446af2a5331efb6b6a5e7d109b26172bdea594eea"
[[package]]
name = "espeak-ng-data-phonemes"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d65418fdbf64db690f177ae55b6cb0f01eec5ffd46f5e1cba6f841ae3f214ec0"
[[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 = "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 = "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"