version = 4
[[package]]
name = "borsh"
version = "1.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
dependencies = [
"cfg_aliases",
]
[[package]]
name = "bytemuck"
version = "1.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c76a5792e44e4abe34d3abf15636779261d45a7450612059293d1d2cfc63422"
[[package]]
name = "cfg_aliases"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
[[package]]
name = "paste"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
[[package]]
name = "pinocchio"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c33b58567c11b07749cefbb8320ac023f3387c57807aeb8e3b1262501b6e9f0"
[[package]]
name = "typhoon-context"
version = "0.1.0-alpha.13"
dependencies = [
"borsh",
"bytemuck",
"paste",
"pinocchio",
"typhoon-errors",
]
[[package]]
name = "typhoon-errors"
version = "0.1.0-alpha.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e37d87eec20a49d9a5a44eb8c7c8c4cefa6b92aa52cba0fe97556f6cb0f3666"
dependencies = [
"pinocchio",
]