dharitri-vm-executor 2.0.0

DharitrI VM executor interface
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 = "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"]