# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "sputnikvm-stateful" version = "0.11.0-beta.0" authors = ["Wei Tang "] description = "Stateful SputnikVM wrapped with tries." license = "Apache-2.0" [dependencies.etcommon-bigint] version = "0.2" [dependencies.etcommon-block] version = "0.5" [dependencies.etcommon-rlp] version = "0.2" [dependencies.etcommon-trie] version = "0.3" [dependencies.rand] version = "0.3" [dependencies.sha3] version = "0.6" [dependencies.sputnikvm] version = "0.11.0-beta" [dev-dependencies.etcommon-hexutil] version = "0.2" [dev-dependencies.lazy_static] version = "0.2" [dev-dependencies.serde] version = "1.0" [dev-dependencies.serde_derive] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.sputnikvm-network-classic] version = "0.11.0-beta"