near-vm-logic 0.12.0

This crate implements the specification of the interface that Near blockchain exposes to the smart contracts.
Documentation
[dependencies.base64]
version = "0.13"

[dependencies.bn]
features = []
optional = true
package = "zeropool-bn"
version = "0.5.11"

[dependencies.borsh]
version = "0.9"

[dependencies.bs58]
version = "0.4"

[dependencies.byteorder]
version = "1.2"

[dependencies.near-account-id]
features = ["internal_unstable"]
version = "0.12.0"

[dependencies.near-crypto]
version = "0.12.0"

[dependencies.near-primitives]
version = "0.12.0"

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

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

[dependencies.ripemd160]
version = "0.9.0"

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

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

[dependencies.sha3]
version = ">=0.8,<0.10"
[dev-dependencies.hex]
features = ["serde"]
version = "0.4"

[dev-dependencies.serde_json]
features = ["preserve_order"]
version = "1"

[features]
costs_counting = []
default = []
protocol_feature_alt_bn128 = ["bn", "near-primitives-core/protocol_feature_alt_bn128", "near-vm-errors/protocol_feature_alt_bn128"]

[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 = "2021"
license = "MIT OR Apache-2.0"
name = "near-vm-logic"
publish = true
readme = "README.md"
repository = "https://github.com/near/nearcore"
rust-version = "1.56.0"
version = "0.12.0"