[package] name = "qansdk" version = "0.1.0" description = "high-level rust sdk for QANPlatform smart-contracts" license = "GPL-3.0-or-later" authors = ["Silur "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = {version = "1.0.114", features=["derive"]} serde_cbor = "0.11.1" lazy_static = "1.4.0"