# 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 = "2018" name = "near-sdk-sim" version = "4.0.0-pre.9" authors = ["Near Inc "] description = """ NEAR Simulator & cross-contract testing library """ homepage = "https://near-sdk.io" categories = ["wasm"] license = "GPL-3.0" repository = "https://github.com/near/near-sdk-rs" [dependencies.funty] version = "=1.1.0" [dependencies.lazy-static-include] version = "3" [dependencies.near-crypto] version = "=0.1.0" [dependencies.near-pool] version = "=0.1.0-pre.1" [dependencies.near-primitives] version = "=0.1.0-pre.1" [dependencies.near-runtime] version = "=4.0.0-pre.1" [dependencies.near-sdk] version = "=4.0.0-pre.9" [dependencies.near-store] version = "=0.1.0-pre.1" [dependencies.near-vm-logic] version = "=4.0.0-pre.1" [dev-dependencies.quickcheck] version = "0.9" [dev-dependencies.quickcheck_macros] version = "0.9" [features] default = [] no_cache = [ "near-store/no_cache", "near-runtime/no_cache", ] no_contract_cache = [] no_sim = []