12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- # This file is automatically @generated by Cargo.
- # It is not intended for manual editing.
- version = 4
- [[package]]
- name = "catch_std_exception"
- version = "0.1.0"
- dependencies = [
- "libc",
- "unwinding",
- ]
- [[package]]
- name = "compiler_builtins"
- version = "0.1.121"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "ce956e6dc07082ec481f0935a51e83b343f8ca51be560452c0ebf830d0bdf5a5"
- [[package]]
- name = "gimli"
- version = "0.31.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64"
- dependencies = [
- "compiler_builtins",
- "rustc-std-workspace-alloc",
- "rustc-std-workspace-core",
- ]
- [[package]]
- name = "libc"
- version = "0.2.158"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
- [[package]]
- name = "panic_abort_no_debuginfo"
- version = "0.1.0"
- dependencies = [
- "unwinding",
- ]
- [[package]]
- name = "rustc-std-workspace-alloc"
- version = "1.0.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "ff66d57013a5686e1917ed6a025d54dd591fcda71a41fe07edf4d16726aefa86"
- [[package]]
- name = "rustc-std-workspace-core"
- version = "1.0.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1956f5517128a2b6f23ab2dadf1a976f4f5b27962e7724c2bf3d45e539ec098c"
- [[package]]
- name = "spin"
- version = "0.9.8"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
- [[package]]
- name = "std_catch_exception"
- version = "0.1.0"
- dependencies = [
- "libc",
- "unwinding",
- ]
- [[package]]
- name = "throw_and_catch"
- version = "0.1.0"
- dependencies = [
- "libc",
- "unwinding",
- ]
- [[package]]
- name = "unwinding"
- version = "0.2.3"
- dependencies = [
- "compiler_builtins",
- "gimli",
- "libc",
- "rustc-std-workspace-core",
- "spin",
- ]
- [[package]]
- name = "unwinding_dyn"
- version = "0.1.0"
- dependencies = [
- "libc",
- "unwinding",
- ]
|