Token Classification
Transformers
ONNX
Safetensors
English
Japanese
Chinese
bert
anime
filename-parsing
Eval Results (legacy)
Instructions to use ModerRAS/AniFileBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ModerRAS/AniFileBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="ModerRAS/AniFileBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("ModerRAS/AniFileBERT") model = AutoModelForTokenClassification.from_pretrained("ModerRAS/AniFileBERT") - Notebooks
- Google Colab
- Kaggle
| # This file is automatically @generated by Cargo. | |
| # It is not intended for manual editing. | |
| 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 = "android_system_properties" | |
| version = "0.1.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" | |
| dependencies = [ | |
| "libc", | |
| ] | |
| [[package]] | |
| name = "anstream" | |
| version = "1.0.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" | |
| dependencies = [ | |
| "anstyle", | |
| "anstyle-parse", | |
| "anstyle-query", | |
| "anstyle-wincon", | |
| "colorchoice", | |
| "is_terminal_polyfill", | |
| "utf8parse", | |
| ] | |
| [[package]] | |
| name = "anstyle" | |
| version = "1.0.14" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" | |
| [[package]] | |
| name = "anstyle-parse" | |
| version = "1.0.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" | |
| dependencies = [ | |
| "utf8parse", | |
| ] | |
| [[package]] | |
| name = "anstyle-query" | |
| version = "1.1.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" | |
| dependencies = [ | |
| "windows-sys", | |
| ] | |
| [[package]] | |
| name = "anstyle-wincon" | |
| version = "3.0.11" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" | |
| dependencies = [ | |
| "anstyle", | |
| "once_cell_polyfill", | |
| "windows-sys", | |
| ] | |
| [[package]] | |
| name = "anyhow" | |
| version = "1.0.102" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" | |
| [[package]] | |
| name = "autocfg" | |
| version = "1.5.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" | |
| [[package]] | |
| name = "bitflags" | |
| version = "2.11.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3" | |
| [[package]] | |
| name = "bumpalo" | |
| version = "3.20.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" | |
| [[package]] | |
| name = "cc" | |
| version = "1.2.62" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a1dce859f0832a7d088c4f1119888ab94ef4b5d6795d1ce05afb7fe159d79f98" | |
| dependencies = [ | |
| "find-msvc-tools", | |
| "shlex", | |
| ] | |
| [[package]] | |
| name = "cfg-if" | |
| version = "1.0.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" | |
| [[package]] | |
| name = "chrono" | |
| version = "0.4.44" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" | |
| dependencies = [ | |
| "iana-time-zone", | |
| "num-traits", | |
| "windows-link", | |
| ] | |
| [[package]] | |
| name = "clap" | |
| version = "4.6.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51" | |
| dependencies = [ | |
| "clap_builder", | |
| "clap_derive", | |
| ] | |
| [[package]] | |
| name = "clap_builder" | |
| version = "4.6.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" | |
| dependencies = [ | |
| "anstream", | |
| "anstyle", | |
| "clap_lex", | |
| "strsim", | |
| ] | |
| [[package]] | |
| name = "clap_derive" | |
| version = "4.6.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9" | |
| dependencies = [ | |
| "heck", | |
| "proc-macro2", | |
| "quote", | |
| "syn", | |
| ] | |
| [[package]] | |
| name = "clap_lex" | |
| version = "1.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" | |
| [[package]] | |
| name = "colorchoice" | |
| version = "1.0.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" | |
| [[package]] | |
| name = "core-foundation-sys" | |
| version = "0.8.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" | |
| [[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 = "either" | |
| version = "1.16.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e" | |
| [[package]] | |
| name = "equivalent" | |
| version = "1.0.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" | |
| [[package]] | |
| name = "errno" | |
| version = "0.3.14" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" | |
| dependencies = [ | |
| "libc", | |
| "windows-sys", | |
| ] | |
| [[package]] | |
| name = "fastrand" | |
| version = "2.4.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" | |
| [[package]] | |
| name = "find-msvc-tools" | |
| version = "0.1.9" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" | |
| [[package]] | |
| name = "foldhash" | |
| version = "0.1.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" | |
| [[package]] | |
| name = "futures-core" | |
| version = "0.3.32" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" | |
| [[package]] | |
| name = "futures-task" | |
| version = "0.3.32" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" | |
| [[package]] | |
| name = "futures-util" | |
| version = "0.3.32" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" | |
| dependencies = [ | |
| "futures-core", | |
| "futures-task", | |
| "pin-project-lite", | |
| "slab", | |
| ] | |
| [[package]] | |
| name = "getrandom" | |
| version = "0.4.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" | |
| dependencies = [ | |
| "cfg-if", | |
| "libc", | |
| "r-efi", | |
| "wasip2", | |
| "wasip3", | |
| ] | |
| [[package]] | |
| name = "hashbrown" | |
| version = "0.15.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" | |
| dependencies = [ | |
| "foldhash", | |
| ] | |
| [[package]] | |
| name = "hashbrown" | |
| version = "0.17.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" | |
| [[package]] | |
| name = "heck" | |
| version = "0.5.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" | |
| [[package]] | |
| name = "iana-time-zone" | |
| version = "0.1.65" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" | |
| dependencies = [ | |
| "android_system_properties", | |
| "core-foundation-sys", | |
| "iana-time-zone-haiku", | |
| "js-sys", | |
| "log", | |
| "wasm-bindgen", | |
| "windows-core", | |
| ] | |
| [[package]] | |
| name = "iana-time-zone-haiku" | |
| version = "0.1.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" | |
| dependencies = [ | |
| "cc", | |
| ] | |
| [[package]] | |
| name = "id-arena" | |
| version = "2.3.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" | |
| [[package]] | |
| name = "indexmap" | |
| version = "2.14.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" | |
| dependencies = [ | |
| "equivalent", | |
| "hashbrown 0.17.1", | |
| "serde", | |
| "serde_core", | |
| ] | |
| [[package]] | |
| name = "is_terminal_polyfill" | |
| version = "1.70.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" | |
| [[package]] | |
| name = "itoa" | |
| version = "1.0.18" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" | |
| [[package]] | |
| name = "js-sys" | |
| version = "0.3.99" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "142bc4740e452c1e57ade0cbc129f139c9093e354346f0872ef985f4f5cf5f11" | |
| dependencies = [ | |
| "cfg-if", | |
| "futures-util", | |
| "once_cell", | |
| "wasm-bindgen", | |
| ] | |
| [[package]] | |
| name = "leb128fmt" | |
| version = "0.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" | |
| [[package]] | |
| name = "libc" | |
| version = "0.2.186" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" | |
| [[package]] | |
| name = "linux-raw-sys" | |
| version = "0.12.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" | |
| [[package]] | |
| name = "log" | |
| version = "0.4.30" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "616ec5685824bcc94416c6d4a7a446eea774a31efd7062c8480ba6fd06d7a6e5" | |
| [[package]] | |
| name = "memchr" | |
| version = "2.8.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8" | |
| [[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.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" | |
| [[package]] | |
| name = "once_cell_polyfill" | |
| version = "1.70.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" | |
| [[package]] | |
| name = "pin-project-lite" | |
| version = "0.2.17" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" | |
| [[package]] | |
| name = "prettyplease" | |
| version = "0.2.37" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" | |
| dependencies = [ | |
| "proc-macro2", | |
| "syn", | |
| ] | |
| [[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 = "r-efi" | |
| version = "6.0.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" | |
| [[package]] | |
| name = "rayon" | |
| version = "1.12.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d" | |
| 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 = "rust_dmhy_template_apply" | |
| version = "0.1.0" | |
| dependencies = [ | |
| "anyhow", | |
| "chrono", | |
| "clap", | |
| "once_cell", | |
| "rayon", | |
| "regex", | |
| "serde", | |
| "serde_json", | |
| "tempfile", | |
| ] | |
| [[package]] | |
| name = "rustix" | |
| version = "1.1.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" | |
| dependencies = [ | |
| "bitflags", | |
| "errno", | |
| "libc", | |
| "linux-raw-sys", | |
| "windows-sys", | |
| ] | |
| [[package]] | |
| name = "rustversion" | |
| version = "1.0.22" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" | |
| [[package]] | |
| name = "semver" | |
| version = "1.0.28" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" | |
| [[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.150" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" | |
| dependencies = [ | |
| "itoa", | |
| "memchr", | |
| "serde", | |
| "serde_core", | |
| "zmij", | |
| ] | |
| [[package]] | |
| name = "shlex" | |
| version = "1.3.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" | |
| [[package]] | |
| name = "slab" | |
| version = "0.4.12" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" | |
| [[package]] | |
| name = "strsim" | |
| version = "0.11.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" | |
| [[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 = "tempfile" | |
| version = "3.27.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" | |
| dependencies = [ | |
| "fastrand", | |
| "getrandom", | |
| "once_cell", | |
| "rustix", | |
| "windows-sys", | |
| ] | |
| [[package]] | |
| name = "unicode-ident" | |
| version = "1.0.24" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" | |
| [[package]] | |
| name = "unicode-xid" | |
| version = "0.2.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" | |
| [[package]] | |
| name = "utf8parse" | |
| version = "0.2.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" | |
| [[package]] | |
| name = "wasip2" | |
| version = "1.0.3+wasi-0.2.9" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6" | |
| dependencies = [ | |
| "wit-bindgen 0.57.1", | |
| ] | |
| [[package]] | |
| name = "wasip3" | |
| version = "0.4.0+wasi-0.3.0-rc-2026-01-06" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" | |
| dependencies = [ | |
| "wit-bindgen 0.51.0", | |
| ] | |
| [[package]] | |
| name = "wasm-bindgen" | |
| version = "0.2.122" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3ed04576f974d2b2fba0f38c51dbc5518011e38c36bf1143164be765528fd409" | |
| dependencies = [ | |
| "cfg-if", | |
| "once_cell", | |
| "rustversion", | |
| "wasm-bindgen-macro", | |
| "wasm-bindgen-shared", | |
| ] | |
| [[package]] | |
| name = "wasm-bindgen-macro" | |
| version = "0.2.122" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "916151b09da36bd82f6615cbf3a419e2f0ba23a03c6160e8e92eb6bd4aa1dec6" | |
| dependencies = [ | |
| "quote", | |
| "wasm-bindgen-macro-support", | |
| ] | |
| [[package]] | |
| name = "wasm-bindgen-macro-support" | |
| version = "0.2.122" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "299047362ccbfce148b67ab7e73349f77748e00c8296f9542adfad2ad82c5c5e" | |
| dependencies = [ | |
| "bumpalo", | |
| "proc-macro2", | |
| "quote", | |
| "syn", | |
| "wasm-bindgen-shared", | |
| ] | |
| [[package]] | |
| name = "wasm-bindgen-shared" | |
| version = "0.2.122" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9a929b2c61f11ba3e9bc35b50c1f25cb38e0e892c0c231ae2b8cf78d5dad4437" | |
| dependencies = [ | |
| "unicode-ident", | |
| ] | |
| [[package]] | |
| name = "wasm-encoder" | |
| version = "0.244.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" | |
| dependencies = [ | |
| "leb128fmt", | |
| "wasmparser", | |
| ] | |
| [[package]] | |
| name = "wasm-metadata" | |
| version = "0.244.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" | |
| dependencies = [ | |
| "anyhow", | |
| "indexmap", | |
| "wasm-encoder", | |
| "wasmparser", | |
| ] | |
| [[package]] | |
| name = "wasmparser" | |
| version = "0.244.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" | |
| dependencies = [ | |
| "bitflags", | |
| "hashbrown 0.15.5", | |
| "indexmap", | |
| "semver", | |
| ] | |
| [[package]] | |
| name = "windows-core" | |
| version = "0.62.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" | |
| dependencies = [ | |
| "windows-implement", | |
| "windows-interface", | |
| "windows-link", | |
| "windows-result", | |
| "windows-strings", | |
| ] | |
| [[package]] | |
| name = "windows-implement" | |
| version = "0.60.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn", | |
| ] | |
| [[package]] | |
| name = "windows-interface" | |
| version = "0.59.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn", | |
| ] | |
| [[package]] | |
| name = "windows-link" | |
| version = "0.2.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" | |
| [[package]] | |
| name = "windows-result" | |
| version = "0.4.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" | |
| dependencies = [ | |
| "windows-link", | |
| ] | |
| [[package]] | |
| name = "windows-strings" | |
| version = "0.5.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" | |
| dependencies = [ | |
| "windows-link", | |
| ] | |
| [[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 = "wit-bindgen" | |
| version = "0.51.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" | |
| dependencies = [ | |
| "wit-bindgen-rust-macro", | |
| ] | |
| [[package]] | |
| name = "wit-bindgen" | |
| version = "0.57.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" | |
| [[package]] | |
| name = "wit-bindgen-core" | |
| version = "0.51.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" | |
| dependencies = [ | |
| "anyhow", | |
| "heck", | |
| "wit-parser", | |
| ] | |
| [[package]] | |
| name = "wit-bindgen-rust" | |
| version = "0.51.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" | |
| dependencies = [ | |
| "anyhow", | |
| "heck", | |
| "indexmap", | |
| "prettyplease", | |
| "syn", | |
| "wasm-metadata", | |
| "wit-bindgen-core", | |
| "wit-component", | |
| ] | |
| [[package]] | |
| name = "wit-bindgen-rust-macro" | |
| version = "0.51.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" | |
| dependencies = [ | |
| "anyhow", | |
| "prettyplease", | |
| "proc-macro2", | |
| "quote", | |
| "syn", | |
| "wit-bindgen-core", | |
| "wit-bindgen-rust", | |
| ] | |
| [[package]] | |
| name = "wit-component" | |
| version = "0.244.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" | |
| dependencies = [ | |
| "anyhow", | |
| "bitflags", | |
| "indexmap", | |
| "log", | |
| "serde", | |
| "serde_derive", | |
| "serde_json", | |
| "wasm-encoder", | |
| "wasm-metadata", | |
| "wasmparser", | |
| "wit-parser", | |
| ] | |
| [[package]] | |
| name = "wit-parser" | |
| version = "0.244.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" | |
| dependencies = [ | |
| "anyhow", | |
| "id-arena", | |
| "indexmap", | |
| "log", | |
| "semver", | |
| "serde", | |
| "serde_derive", | |
| "serde_json", | |
| "unicode-xid", | |
| "wasmparser", | |
| ] | |
| [[package]] | |
| name = "zmij" | |
| version = "1.0.21" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" | |