version = 3
[[package]]
name = "base64"
version = "0.21.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "414dcefbc63d77c526a76b3afcf6fbb9b5e2791c19c3aa2297733208750c6e53"
[[package]]
name = "cok"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cbca0040a2ff86129cfb856a527d33f55e00a82db3e55b75d8a60bbda548629"
dependencies = [
"doe",
"json",
]
[[package]]
name = "doe"
version = "0.1.76"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "770dddde07cfbf1c30edf9fa2331cdec69ef96260e294825e211d6822236b4a6"
dependencies = [
"base64",
"hex",
"percent-encoding",
]
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "json"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
[[package]]
name = "percent-encoding"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
[[package]]
name = "pwallet"
version = "0.1.0"
dependencies = [
"cok",
"doe",
]