# 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 = "nesdie" version = "0.2.0" authors = ["Austin Abell "] exclude = [ "/examples/**", "/.vscode", "/.github", ] description = "no_std SDK for NEAR protocol" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/austinabell/nesdie" [profile.release] lto = true panic = "abort" [dependencies.near-sys] version = "0.1" [dependencies.wee_alloc] version = "0.4.5" optional = true default-features = false [features] default = ["wee_alloc"] oom-handler = [] panic-message = [] std = [] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.near-primitives-core] version = "=0.4.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.near-vm-logic] version = "=4.0.0-pre.1"