Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "borsh"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f"
dependencies = [
 "cfg_aliases",
]

[[package]]
name = "bytemuck"
version = "1.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"

[[package]]
name = "cfg_aliases"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"

[[package]]
name = "five8_const"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26dec3da8bc3ef08f2c04f61eab298c3ab334523e55f076354d6d6f613799a7b"
dependencies = [
 "five8_core",
]

[[package]]
name = "five8_core"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2551bf44bc5f776c15044b9b94153a00198be06743e262afaaa61f11ac7523a5"

[[package]]
name = "paste"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"

[[package]]
name = "pinocchio"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b971851087bc3699b001954ad02389d50c41405ece3548cbcafc88b3e20017a"

[[package]]
name = "pinocchio-pubkey"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb0225638cadcbebae8932cb7f49cb5da7c15c21beb19f048f05a5ca7d93f065"
dependencies = [
 "five8_const",
 "pinocchio",
 "sha2-const-stable",
]

[[package]]
name = "pinocchio-system"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "141ed5eafb4ab04568bb0e224e3dc9a9de13c933de4c004e0d1a553498be3a7c"
dependencies = [
 "pinocchio",
 "pinocchio-pubkey",
]

[[package]]
name = "sha2-const-stable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f179d4e11094a893b82fff208f74d448a7512f99f5a0acbd5c679b705f83ed9"

[[package]]
name = "typhoon-accounts"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81067332789ac63f3db2355f7dd1ebf4f7662ceb0cab3625bd6495c7062ceea2"
dependencies = [
 "bytemuck",
 "pinocchio",
 "pinocchio-system",
 "typhoon-errors",
]

[[package]]
name = "typhoon-context"
version = "0.1.0"
dependencies = [
 "borsh",
 "bytemuck",
 "paste",
 "pinocchio",
 "typhoon-accounts",
 "typhoon-errors",
]

[[package]]
name = "typhoon-errors"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e755fa9fa46be847a7bac4ce293f1ec5324d585c236bb62c23d7d6ffaad487e"
dependencies = [
 "pinocchio",
]