smcore 0.1.3

SmartModule Core Library
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
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.3"
dependencies = [
 "json",
 "lazy_static",
 "smdton",
]

[[package]]
name = "smdton"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb32e78f37ca0785a32118ac3a5c03482544e19261205f8e9f3f67a1f24cc7d"
dependencies = [
 "base64",
 "json",
 "lazy_static",
]