# 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 = "klever-chain-vm" version = "0.5.2" authors = [ "Andrei Marinica ", "Klever ", ] description = "Klever VM implementation and tooling" homepage = "https://klever.io/" documentation = "https://docs.klever.finance/" readme = "README.md" keywords = [ "klever", "blockchain", "vm", "tools", ] categories = [ "cryptography::cryptocurrencies", "development-tools::debugging", ] license = "GPL-3.0-only" repository = "https://github.com/klever-io/klever-vm-sdk-rs" [dependencies.bitflags] version = "1.3.2" [dependencies.ed25519-dalek] version = "1.0.1" [dependencies.hex] version = "0.4" [dependencies.hex-literal] version = "0.3.1" [dependencies.itertools] version = "0.10.3" [dependencies.klever-chain-vm-executor] version = "0.2.0" [dependencies.num-bigint] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8.5" [dependencies.rand_seeder] version = "0.2.2" [dependencies.sha2] version = "0.10.6" [dependencies.sha3] version = "0.10.6"