[package]
edition = "2021"
name = "drt-sc-modules"
version = "0.0.3"
authors = ["xfactor-toml <xfactor.toml@gmail.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dharitri WebAssembly standard smart contract modules"
homepage = "https://dharitri.com/"
documentation = "https://docs.dharitri.com/"
readme = "README.md"
keywords = [
"dharitri",
"wasm",
"webassembly",
"blockchain",
"contract",
]
categories = [
"no-std",
"wasm",
"cryptography::cryptocurrencies",
]
license = "GPL-3.0-only"
repository = "https://github.com/DharitriOne/drt-sdk-rs"
[lib]
name = "drt_sc_modules"
path = "src/lib.rs"
[dependencies.drt-sc]
version = "0.0.3"
[features]
alloc = ["drt-sc/alloc"]