version = 4
[[package]]
name = "base64"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51"
[[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.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "smcore"
version = "0.1.4"
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",
]