# 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-client-extras" version = "3.4.1" authors = ["Robert G. Jakabosky "] description = "Polymesh API client extras" 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.polymesh-api] version = "3.8.1" features = [ "rpc", "v14", ] default-features = false [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" features = ["preserve_order"] default-features = false [dependencies.tokio] version = "1.19" features = ["rt"] default-features = false [features] default = [ "std", "serde", "polymesh_v6", ] polymesh_v6 = ["polymesh-api/polymesh_v6"] polymesh_v7 = ["polymesh-api/polymesh_v7"] serde = ["polymesh-api/serde"] std = ["polymesh-api/std"]