# 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-vm-runner-standalone" version = "2.2.0" authors = ["Near Inc "] description = "A command line wrapper around `near-vm-runner.`\nAll error messages that can be raised during the contract execution are raised by `near-vm-runner`\nand the all effects of computing the execution result of a smart contract are encapsulated inside `near-vm-runner`.\n\nOne can use `near-vm-runner-standalone` to test the smart contracts, e.g. with integration tests\nto make sure it has expected behavior once deployed to the blockchain.\n" homepage = "https://github.com/nearprotocol/nearcore" readme = "README.md" categories = ["wasm"] license = "Apache-2.0" repository = "https://github.com/nearprotocol/nearcore" [dependencies.base64] version = "0.11" [dependencies.clap] version = "2.33.0" [dependencies.near-runtime-fees] version = "2.2.0" [dependencies.near-vm-logic] version = "2.2.0" features = ["costs_counting"] [dependencies.near-vm-runner] version = "2.2.0" features = ["wasmtime_vm"] [dependencies.num-rational] version = "0.2.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.strum] version = "0.18" [features] default = [] no_cache = ["near-vm-runner/no_cache"]