# 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 = "smarthub-sdk" version = "0.1.0" authors = ["Muzikanto "] description = """ Rust library for writing NEAR smart contracts. """ homepage = "https://near-constructor.vercel.app" readme = "README.md" categories = ["wasm"] license = "MIT OR Apache-2.0" repository = "https://github.com/cultist-tech/mfight_sdk" [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = false panic = "abort" overflow-checks = true [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.near-sdk] version = "4.1.0-pre.3" features = ["abi"] [dependencies.rand] version = "0.5.0" [dependencies.schemars] version = "0.8" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1.0" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.near-abi] version = "0.1.0-pre.0" [dev-dependencies.near-units] version = "0.2.0" [dev-dependencies.tokio] version = "1.14" features = ["full"] [dev-dependencies.workspaces] version = "0.4.1" [dev-dependencies.zstd] version = "0.11"