drt-sc-modules 0.0.3

Dharitri WebAssembly standard smart contract modules
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"]