# 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" name = "near-contract-tools" version = "0.7.2" authors = ["Jacob Lindahl "] description = """ Helpful functions and macros for developing smart contracts on NEAR Protocol. """ documentation = "https://docs.rs/near-contract-tools" readme = "README.md" categories = [ "wasm", "cryptography::cryptocurrencies", ] license = "GPL-3.0" repository = "https://github.com/NEARFoundation/near-contract-tools" [dependencies.near-contract-tools-macros] version = "=0.7.2" [dependencies.near-sdk] version = "4.1.0" default-features = false [dependencies.serde] version = "1.0.144" [dependencies.serde_json] version = "1.0.85" [dependencies.thiserror] version = "1.0.35" [dev-dependencies.near-sdk] version = "4.1.0" features = [ "unit-testing", "legacy", ] default-features = false [features] unstable = ["near-sdk/unstable"]