version = 4
[[package]]
name = "base64"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]]
name = "json"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
[[package]]
name = "lazy_static"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
[[package]]
name = "smcore"
version = "0.1.6"
dependencies = [
"json",
"lazy_static",
"smdton",
]
[[package]]
name = "smdton"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "160c0eb0c92d192a78ed9b6792b8bdc9556bdbd85f3d19d497da1e5526ea897a"
dependencies = [
"base64",
"json",
]