[package] name = "kilt-api-client" authors = ["KILT "] version = "1.6.2" edition = "2021" license-file = "LICENSE" homepage = "https://kilt.io" description = "KILT API Client" repository = "https://github.com/KILTprotocol/kilt-api-client" [dependencies] subxt = "0.21" codec = { package = "parity-scale-codec", version = "3", default-features = false, features = [ "derive", "full", "bit-vec", ] }