# 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 = "unc-contract-standards" version = "2.3.2" authors = ["Utility Inc "] description = """ Utility smart contracts standard library. """ homepage = "https://unc-sdk.io" documentation = "https://docs.rs/unc-contract-standards" readme = "README.md" categories = ["wasm"] license = "MIT OR Apache-2.0" repository = "https://github.com/utnet-org/utility-sdk-rs" [dependencies.unc-sdk] version = "2.2.1" features = ["legacy"] default-features = false [dev-dependencies] [features] abi = ["unc-sdk/abi"] default = []