winterwallet-common 0.1.0

Shared constants, discriminators, domain tags, and account layout for the WinterWallet Winternitz signature program.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "five8"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23f76610e969fa1784327ded240f1e28a3fd9520c9cec93b636fcf62dd37f772"
dependencies = [
 "five8_core",
]

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

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

[[package]]
name = "solana-address"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1384b52c435a750cc9c538760fc7bb472fd78e65a9900a2d07312c5bb335b72"
dependencies = [
 "five8",
 "five8_const",
 "solana-program-error",
]

[[package]]
name = "solana-program-error"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f04fa578707b3612b095f0c8e19b66a1233f7c42ca8082fcb3b745afcc0add6"

[[package]]
name = "winterwallet-common"
version = "0.1.0"
dependencies = [
 "solana-address",
]