# 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-sdk-macros" version = "2.3.2" authors = ["Utility Inc hello"] description = """ Main macro of the library for writing Utility smart contracts. """ homepage = "https://unc-sdk.io" categories = ["wasm"] license = "MIT OR Apache-2.0" repository = "https://github.com/utnet-rog/utility-sdk-rs" [lib] proc-macro = true [dependencies.Inflector] version = "0.11.4" features = [] default-features = false [dependencies.darling] version = "0.20.3" default-features = false [dependencies.proc-macro2] version = "1" default-features = false [dependencies.quote] version = "1.0" default-features = false [dependencies.serde] version = "1" features = ["serde_derive"] default-features = false [dependencies.serde_json] version = "1" [dependencies.strum] version = "0.26" default-features = false [dependencies.strum_macros] version = "0.26" [dependencies.syn] version = "2" default-features = false [dev-dependencies.insta] version = "1.31.0" features = ["yaml"] [dev-dependencies.prettyplease] version = "0.2.15" [features] __abi-embed = ["abi"] __abi-generate = ["abi"] abi = []