# 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-accounts-plugins-wrapper" version = "0.0.1" authors = ["Lev Stambler levstamb@gmail.com"] description = "wrapper for near libraries" license = "MIT" [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = false panic = "abort" overflow-checks = true [[bin]] name = "test" path = "sim/main.rs" [dev-dependencies.near-contract-standards] version = "4.0.0-pre.2" [dev-dependencies.near-sdk] version = "4.0.0-pre.2" [dev-dependencies.near-sdk-sim] version = "4.0.0-pre.2"