polymesh-api-client-extras 3.6.4

Polymesh API client extras
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-client-extras"
version = "3.6.4"
authors = ["Robert G. Jakabosky <robert@polymesh.network>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Polymesh API client extras"
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",
    "serde",
    "polymesh_v7",
]
polymesh_v7 = ["polymesh-api/polymesh_v7"]
polymesh_v8 = ["polymesh-api/polymesh_v8"]
serde = ["polymesh-api/serde"]
std = ["polymesh-api/std"]

[lib]
name = "polymesh_api_client_extras"
path = "src/lib.rs"

[dependencies.codec]
version = "3"
default-features = false
package = "parity-scale-codec"

[dependencies.polymesh-api]
version = "3.13.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