# 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 = "2024" rust-version = "1.86" name = "near-contract-standards" version = "5.26.1" authors = ["Near Inc "] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = """ NEAR smart contracts standard library. """ homepage = "https://docs.near.org/" documentation = "https://docs.rs/near-contract-standards" readme = "README.md" categories = ["wasm"] license = "MIT OR Apache-2.0" repository = "https://github.com/near/near-sdk-rs" [package.metadata.docs.rs] features = ["abi"] [features] abi = ["near-sdk/__abi-generate"] default = [] [lib] name = "near_contract_standards" path = "src/lib.rs" [dependencies.near-sdk] version = "~5.26.1" features = ["legacy"] default-features = false [dev-dependencies]