polymesh-api-codegen-macro 3.8.0

Polymesh API Codegen macro
Documentation
# 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.8.0"
authors = ["Robert G. Jakabosky <robert@polymesh.network>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Polymesh API Codegen macro"
homepage = "https://github.com/PolymeshAssociation/polymesh-api"
readme = false
keywords = [
    "polymesh",
    "blockchain",
    "substrate",
    "codegen",
]
license = "Apache-2.0"
repository = "https://github.com/PolymeshAssociation/polymesh-api"

[features]
default = [
    "std",
    "v14",
]
download_metadata = [
    "polymesh-api-client",
    "polymesh-api-client/std",
    "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",
]

[lib]
name = "polymesh_api_codegen_macro"
path = "src/lib.rs"
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.12.0"
optional = true
default-features = false

[dependencies.polymesh-api-codegen]
version = "3.8.0"
default-features = false

[dependencies.proc-macro-error]
version = "1"

[dependencies.syn]
version = "1.0.96"

[dependencies.tokio]
version = "1"
features = ["full"]