near-vm-logic 3.0.0

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.base64]
version = "0.13"

[dependencies.borsh]
version = "0.8.1"

[dependencies.bs58]
version = "0.4"

[dependencies.byteorder]
version = "1.2"

[dependencies.near-primitives-core]
version = "0.1.0"

[dependencies.near-runtime-utils]
version = "3.0.0"

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

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.sha2]
version = ">=0.8,<0.10"

[dependencies.sha3]
version = ">=0.8,<0.10"
[dev-dependencies.serde_json]
features = ["preserve_order"]
version = "1"

[features]
costs_counting = ["near-primitives-core/costs_counting"]
default = []
protocol_feature_evm = ["near-primitives-core/protocol_feature_evm"]
wasmtime_default = []

[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 = "3.0.0"
[package.metadata.workspaces]
independent = true