# 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" version = "3.6.1" authors = ["Robert G. Jakabosky "] exclude = [ "/examples", "*.sh", ] description = "Polymesh API Codegen" homepage = "https://github.com/PolymeshAssociation/polymesh-api" keywords = [ "polymesh", "blockchain", "substrate", "codegen", ] license = "Apache-2.0" repository = "https://github.com/PolymeshAssociation/polymesh-api" [dependencies.codec] version = "3" default-features = false package = "parity-scale-codec" [dependencies.frame-metadata] version = "=15.1.0" default-features = false [dependencies.heck] version = "0.4" [dependencies.hex] version = "0.4" [dependencies.indexmap] version = "1.9" [dependencies.log] version = "0.4" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.scale-info] version = "2.5" default-features = false [dependencies.serde] version = "1.0" [dependencies.serde-big-array] version = "0.4.1" [dependencies.sp-core-hashing] version = "13.0" default-features = false [dev-dependencies.anyhow] version = "1" [dev-dependencies.async-trait] version = "0.1" [dev-dependencies.dotenv] version = "0.15" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.polymesh-api-client] version = "3.8.0" default-features = true [dev-dependencies.rustfmt-wrapper] version = "0.2.0" [dev-dependencies.sp-arithmetic] version = "21.0" default-features = false [dev-dependencies.sp-keyring] version = "29.0" default-features = false [dev-dependencies.tokio] version = "1.19" features = ["full"] [features] default = [ "std", "serde", "v12", "v13", "v14", ] ink = [] no_std = [ "scale-info/decode", "frame-metadata/std", ] serde = [] std = [ "frame-metadata/std", "sp-core-hashing/std", "scale-info/std", ] v12 = ["frame-metadata/v12"] v13 = ["frame-metadata/v13"] v14 = ["frame-metadata/v14"]