# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.69.0" name = "near-vm-logic" version = "0.17.0" authors = ["Near Inc "] publish = true description = "This crate implements the specification of the interface that Near blockchain exposes to the smart contracts." readme = "README.md" categories = ["wasm"] license = "MIT OR Apache-2.0" repository = "https://github.com/near/nearcore" resolver = "1" [dependencies.bn] version = "0.5.11" package = "zeropool-bn" [dependencies.borsh] version = "0.10.2" features = ["rc"] [dependencies.ed25519-dalek] version = "1" [dependencies.near-account-id] version = "0.17.0" features = ["internal_unstable"] [dependencies.near-crypto] version = "0.17.0" [dependencies.near-fmt] version = "0.17.0" [dependencies.near-o11y] version = "0.17.0" [dependencies.near-primitives] version = "0.17.0" [dependencies.near-primitives-core] version = "0.17.0" [dependencies.near-vm-errors] version = "0.17.0" [dependencies.ripemd] version = "0.1.1" [dependencies.serde] version = "1.0.136" features = [ "alloc", "derive", "rc", ] [dependencies.sha2] version = "0.10" [dependencies.sha3] version = "0.10" [dependencies.stdx] version = "0.17.0" package = "near-stdx" [dependencies.tracing] version = "0.1.36" features = ["std"] optional = true [dev-dependencies.expect-test] version = "1.3.0" [dev-dependencies.hex] version = "0.4.2" features = ["serde"] [dev-dependencies.serde_json] version = "1.0.68" features = ["preserve_order"] [features] costs_counting = [] default = [] io_trace = ["tracing"] protocol_feature_fix_contract_loading_cost = ["near-primitives/protocol_feature_fix_contract_loading_cost"] sandbox = [ "tracing", "near-primitives/sandbox", ]