# 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 = "polymesh-api-codegen-macro" version = "3.6.1" authors = ["Robert G. Jakabosky "] description = "Polymesh API Codegen macro" homepage = "https://github.com/PolymeshAssociation/polymesh-api" keywords = [ "polymesh", "blockchain", "substrate", "codegen", ] license = "Apache-2.0" repository = "https://github.com/PolymeshAssociation/polymesh-api" [lib] proc-macro = true [dependencies.codec] version = "3" default-features = false package = "parity-scale-codec" [dependencies.darling] version = "0.14.1" [dependencies.polymesh-api-client] version = "3.8.0" optional = true default-features = false [dependencies.polymesh-api-codegen] version = "3.6.1" default-features = false [dependencies.proc-macro-error] version = "1" [dependencies.syn] version = "1.0.96" [dependencies.tokio] version = "1" features = ["full"] [features] default = [ "std", "v14", ] download_metadata = [ "polymesh-api-client", "polymesh-api-client/type_info", ] ink = ["polymesh-api-codegen/ink"] no_std = ["polymesh-api-codegen/no_std"] std = [ "polymesh-api-codegen/std", "polymesh-api-client?/std", ] v14 = [ "polymesh-api-codegen/v14", "polymesh-api-client?/v14", ]