Cargo.lock 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 4
  4. [[package]]
  5. name = "catch_std_exception"
  6. version = "0.1.0"
  7. dependencies = [
  8. "libc",
  9. "unwinding",
  10. ]
  11. [[package]]
  12. name = "compiler_builtins"
  13. version = "0.1.139"
  14. source = "registry+https://github.com/rust-lang/crates.io-index"
  15. checksum = "7925a77545f37a18e152a4aeaeb9a220309022067cafcfa2ecebe9ec55d36ccb"
  16. [[package]]
  17. name = "gimli"
  18. version = "0.31.1"
  19. source = "registry+https://github.com/rust-lang/crates.io-index"
  20. checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
  21. dependencies = [
  22. "compiler_builtins",
  23. "rustc-std-workspace-alloc",
  24. "rustc-std-workspace-core",
  25. ]
  26. [[package]]
  27. name = "libc"
  28. version = "0.2.164"
  29. source = "registry+https://github.com/rust-lang/crates.io-index"
  30. checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f"
  31. [[package]]
  32. name = "panic_abort_no_debuginfo"
  33. version = "0.1.0"
  34. dependencies = [
  35. "unwinding",
  36. ]
  37. [[package]]
  38. name = "rustc-std-workspace-alloc"
  39. version = "1.0.1"
  40. source = "registry+https://github.com/rust-lang/crates.io-index"
  41. checksum = "f9d441c3b2ebf55cebf796bfdc265d67fa09db17b7bb6bd4be75c509e1e8fec3"
  42. [[package]]
  43. name = "rustc-std-workspace-core"
  44. version = "1.0.1"
  45. source = "registry+https://github.com/rust-lang/crates.io-index"
  46. checksum = "aa9c45b374136f52f2d6311062c7146bff20fec063c3f5d46a410bd937746955"
  47. [[package]]
  48. name = "spin"
  49. version = "0.9.8"
  50. source = "registry+https://github.com/rust-lang/crates.io-index"
  51. checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
  52. [[package]]
  53. name = "std_catch_exception"
  54. version = "0.1.0"
  55. dependencies = [
  56. "libc",
  57. "unwinding",
  58. ]
  59. [[package]]
  60. name = "throw_and_catch"
  61. version = "0.1.0"
  62. dependencies = [
  63. "libc",
  64. "unwinding",
  65. ]
  66. [[package]]
  67. name = "unwinding"
  68. version = "0.2.5"
  69. dependencies = [
  70. "compiler_builtins",
  71. "gimli",
  72. "libc",
  73. "rustc-std-workspace-core",
  74. "spin",
  75. ]
  76. [[package]]
  77. name = "unwinding_dyn"
  78. version = "0.1.0"
  79. dependencies = [
  80. "libc",
  81. "unwinding",
  82. ]