Cargo.lock 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  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.101"
  14. source = "registry+https://github.com/rust-lang/crates.io-index"
  15. checksum = "01a6d58e9c3408138099a396a98fd0d0e6cfb25d723594d2ae48b5004513fd5b"
  16. [[package]]
  17. name = "gimli"
  18. version = "0.30.0"
  19. source = "registry+https://github.com/rust-lang/crates.io-index"
  20. checksum = "e2e1d97fbe9722ba9bbd0c97051c2956e726562b61f86a25a4360398a40edfc9"
  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.149"
  29. source = "registry+https://github.com/rust-lang/crates.io-index"
  30. checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
  31. [[package]]
  32. name = "rustc-std-workspace-alloc"
  33. version = "1.0.0"
  34. source = "registry+https://github.com/rust-lang/crates.io-index"
  35. checksum = "ff66d57013a5686e1917ed6a025d54dd591fcda71a41fe07edf4d16726aefa86"
  36. [[package]]
  37. name = "rustc-std-workspace-core"
  38. version = "1.0.0"
  39. source = "registry+https://github.com/rust-lang/crates.io-index"
  40. checksum = "1956f5517128a2b6f23ab2dadf1a976f4f5b27962e7724c2bf3d45e539ec098c"
  41. [[package]]
  42. name = "spin"
  43. version = "0.9.8"
  44. source = "registry+https://github.com/rust-lang/crates.io-index"
  45. checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
  46. [[package]]
  47. name = "std_catch_exception"
  48. version = "0.1.0"
  49. dependencies = [
  50. "libc",
  51. "unwinding",
  52. ]
  53. [[package]]
  54. name = "throw_and_catch"
  55. version = "0.1.0"
  56. dependencies = [
  57. "libc",
  58. "unwinding",
  59. ]
  60. [[package]]
  61. name = "unwinding"
  62. version = "0.2.1"
  63. dependencies = [
  64. "compiler_builtins",
  65. "gimli",
  66. "libc",
  67. "rustc-std-workspace-core",
  68. "spin",
  69. ]
  70. [[package]]
  71. name = "unwinding_dyn"
  72. version = "0.1.0"
  73. dependencies = [
  74. "libc",
  75. "unwinding",
  76. ]