# 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-chain-vm" version = "0.0.3" authors = ["xfactor-toml "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Dharitri VM implementation and tooling" homepage = "https://dharitri.com/" documentation = "https://docs.dharitri.com/" readme = "README.md" keywords = [ "dharitri", "blockchain", "vm", "tools", ] categories = [ "cryptography::cryptocurrencies", "development-tools::debugging", ] license = "GPL-3.0-only" repository = "https://github.com/DharitriOne/drt-sdk-rs" [lib] name = "drt_chain_vm" path = "src/lib.rs" [[test]] name = "test_crypto" path = "tests/test_crypto.rs" [dependencies.bitflags] version = "=2.6.0" [dependencies.colored] version = "2.1.0" [dependencies.drt-chain-vm-executor] version = "0.0.2" [dependencies.ed25519-dalek] version = "1.0.1" optional = true [dependencies.hex] version = "0.4" [dependencies.hex-literal] version = "=0.4.1" [dependencies.itertools] version = "0.13.0" [dependencies.num-bigint] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8.5" optional = true [dependencies.rand_seeder] version = "0.2.2" optional = true [dependencies.sha2] version = "0.10.6" [dependencies.sha3] version = "0.10.6" [features] wasm-incopatible = [ "rand", "rand_seeder", "ed25519-dalek", ]