[dependencies.arrayvec]
default-features = false
version = "0.7.1"
[dependencies.dharitri-sc-codec-derive]
optional = true
version = "=1.7.2"
[dependencies.num-bigint]
optional = true
version = "0.4.2"
[dev-dependencies.dharitri-sc-codec-derive]
version = "=1.7.2"
[features]
alloc = []
derive = ["dharitri-sc-codec-derive"]
[package]
authors = ["contact@dharitri.org"]
categories = ["no-std", "wasm", "cryptography::cryptocurrencies", "development-tools"]
description = "Lightweight binary serializer/deserializer, written especially for Dharitri smart contracts"
documentation = "https://docs.dharitri.org/"
edition = "2021"
homepage = "https://dharitri.org/"
keywords = ["dharitri", "wasm", "webassembly", "blockchain", "contract"]
license = "GPL-3.0-only"
name = "dharitri-sc-codec"
readme = "README.md"
repository = "https://github.com/TerraDharitri/drt-rs-sdk"
version = "1.7.2"