[package]
edition = "2024"
name = "dharitri-vm-executor"
version = "2.0.0"
authors = ["DharitrI <contact@dharitri.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DharitrI VM executor interface"
homepage = "https://www.dharitri.org/"
documentation = "https://docs.dharitri.org/"
readme = "README.md"
keywords = [
"dharitri",
"blockchain",
"VM",
]
categories = ["cryptography::cryptocurrencies"]
license = "GPL-3.0-only"
repository = "https://github.com/TerraDharitri/drt-rs-vm-executor"
resolver = "2"
[lib]
name = "dharitri_vm_executor"
path = "src/lib.rs"
[dependencies.serde]
version = "1.0"
features = ["derive"]