near-vm-logic 0.4.3

This crate implements the specification of the interface that Near blockchain exposes to the smart contracts.
Documentation
[[test]]
name = "test_storage_read_write"
path = "tests/test_storage_read_write.rs"

[[test]]
name = "test_context"
path = "tests/test_context.rs"

[[test]]
name = "test_miscs"
path = "tests/test_miscs.rs"
required-features = ["costs_counting"]

[[test]]
name = "test_registers"
path = "tests/test_registers.rs"

[[test]]
name = "test_storage_usage"
path = "tests/test_storage_usage.rs"

[[test]]
name = "test_promises"
path = "tests/test_promises.rs"

[[test]]
name = "test_iterators"
path = "tests/test_iterators.rs"
[dependencies.bs58]
version = "0.3"

[dependencies.byteorder]
version = "1.2"

[dependencies.near-runtime-fees]
version = "0.4.3"

[dependencies.near-vm-errors]
version = "0.4.3"

[dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.serde_json]
features = ["preserve_order"]
version = "1.0"

[features]
costs_counting = []
default = ["costs_counting"]

[package]
authors = ["Near Inc <hello@nearprotocol.com>"]
categories = ["wasm"]
description = "This crate implements the specification of the interface that Near blockchain exposes to the smart contracts.\n"
edition = "2018"
homepage = "https://github.com/nearprotocol/nearcore"
license = "Apache-2.0"
name = "near-vm-logic"
readme = "README.md"
repository = "https://github.com/nearprotocol/nearcore"
version = "0.4.3"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.sha2]
version = "0.8"