# 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 = "dhartitri-chain-vm-executor" version = "0.0.1" authors = [ "Andrei Marinica ", "Ovidiu Stinga ", "Dhartitri ", ] description = "Dhartitri VM executor interface" homepage = "https://dhartitri.com/" documentation = "https://docs.dhartitri.com/" readme = "README.md" keywords = [ "dhartitri", "blockchain", "VM", ] categories = ["cryptography::cryptocurrencies"] license = "GPL-3.0-only" repository = "https://github.com/dhartitri/mx-vm-executor-rs" resolver = "1" [lib] [dependencies.anyhow] version = "1.0" [dependencies.cfg-if] version = "1.0" [dependencies.enumset] version = "1.0" [dependencies.env_logger] version = "0.8.4" [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "^0.2" default-features = false [dependencies.log] version = "0.4.14" [dependencies.paste] version = "1.0" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.thiserror] version = "1" [dependencies.typetag] version = "0.1" optional = true