# 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 = "near-runtime" version = "4.0.0-pre.1" authors = ["Near Inc "] description = "This internal crate provides the runtime needed to process transactions and execute Wasm smart contracts.\n" homepage = "https://github.com/nearprotocol/nearcore" license = "Apache-2.0" repository = "https://github.com/nearprotocol/nearcore" [package.metadata.workspaces] independent = true [dependencies.borsh] version = "0.8.1" [dependencies.byteorder] version = "1.2" [dependencies.ethereum-types] version = "0.11.0" [dependencies.hex] version = "0.4.2" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.near-crypto] version = "0.1.0" [dependencies.near-metrics] version = "0.1.0" [dependencies.near-primitives] version = "0.1.0-pre.1" [dependencies.near-runtime-utils] version = "4.0.0-pre.1" [dependencies.near-store] version = "0.1.0-pre.1" [dependencies.near-vm-errors] version = "4.0.0-pre.1" [dependencies.near-vm-logic] version = "4.0.0-pre.1" [dependencies.near-vm-runner] version = "4.0.0-pre.1" [dependencies.num-bigint] version = "0.3" [dependencies.num-rational] version = "0.3" [dependencies.num-traits] version = "0.2.11" [dependencies.rand] version = "0.7" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.assert_matches] version = "1.3" [dev-dependencies.base64] version = "0.11" [dev-dependencies.indicatif] version = "0.13" features = ["with_rayon"] [dev-dependencies.rayon] version = "^1.1" [dev-dependencies.serde_json] version = "^1.0.40" [dev-dependencies.tempfile] version = "3" [features] default = [] dump_errors_schema = ["near-vm-errors/dump_errors_schema"] no_cache = ["near-vm-runner/no_cache", "near-store/no_cache"] no_cpu_compatibility_checks = ["near-vm-runner/no_cpu_compatibility_checks"] protocol_feature_alt_bn128 = ["near-primitives/protocol_feature_alt_bn128", "near-vm-logic/protocol_feature_alt_bn128", "near-vm-runner/protocol_feature_alt_bn128", "near-vm-errors/protocol_feature_alt_bn128"] protocol_feature_evm = [] wasmer0_default = ["wasmer0_vm", "near-vm-logic/wasmer0_default"] wasmer0_vm = ["near-vm-runner/wasmer0_vm"] wasmer1_default = ["wasmer1_vm", "near-vm-logic/wasmer1_default"] wasmer1_vm = ["near-vm-runner/wasmer1_vm"] wasmtime_default = ["wasmtime_vm", "near-vm-logic/wasmtime_default"] wasmtime_vm = ["near-vm-runner/wasmtime_vm"]