# 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] edition = "2018" name = "vvmbin" version = "0.1.0" authors = ["Parity Technologies ", "Tetcoin Developers "] description = "Tetsy VVM Implementation" homepage = "https://github.com/openvapory/tetsy-vapory" license = "GPL-3.0" repository = "https://github.com/openvapory/tetsy-vapory" [[bin]] name = "tetsy-vvm" path = "./src/main.rs" [[bench]] name = "mod" harness = false [dependencies.account-state] version = "0.1.0" [dependencies.common-types] version = "0.1.0" features = ["test-helpers"] [dependencies.docopt] version = "1.0" [dependencies.env_logger] version = "0.5" [dependencies.panic-hook] version = "0.1.0" [dependencies.rustc-hex] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tetsy-bytes] version = "0.1" [dependencies.tetsy-vm] version = "0.1.0" [dependencies.vapcore] version = "1.12.1" features = ["test-helpers", "json-tests"] [dependencies.vapcore-pod] version = "0.1.0" [dependencies.vapcore-spec] version = "0.1.0" [dependencies.vapcore-trace] version = "0.1.0" [dependencies.vapjson] version = "0.1.0" features = ["test-helpers"] [dependencies.vapory-types] version = "0.8.0" [dependencies.vvm] version = "0.1.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.tempdir] version = "0.3" [features] vvm-debug = ["vapcore/vvm-debug-tests"]