58 "serde",
59 "serde_json",
60▶ "thiserror",
61]
62
· · ·
278 "getrandom 0.2.17",
279 "libredox",
280▶ "thiserror",
281]
282
· · ·
418
419[[package]]
420▶name = "thiserror"
421version = "2.0.18"
422source = "registry+https://github.com/rust-lang/crates.io-index"
· · ·
423checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
424dependencies = [
425▶ "thiserror-impl",
426]
427
· · ·
428[[package]]
429▶name = "thiserror-impl"
430version = "2.0.18"
431source = "registry+https://github.com/rust-lang/crates.io-index"