subxt-codegen 0.27.1

Generate an API for interacting with a substrate node from FRAME metadata
Documentation
[dependencies.codec]
default-features = false
features = ["derive", "full"]
package = "parity-scale-codec"
version = "3.0.0"

[dependencies.darling]
version = "0.14.3"

[dependencies.frame-metadata]
version = "15.0.0"

[dependencies.heck]
version = "0.4.1"

[dependencies.hex]
version = "0.4.3"

[dependencies.jsonrpsee]
features = ["async-client", "client-ws-transport", "http-client"]
version = "0.16.0"

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

[dependencies.proc-macro2]
version = "1.0.51"

[dependencies.quote]
version = "1.0.8"

[dependencies.scale-info]
version = "2.0.0"

[dependencies.subxt-metadata]
version = "0.27.1"

[dependencies.syn]
version = "1.0.58"

[dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.25"
[dev-dependencies.bitvec]
default-features = false
features = ["alloc"]
version = "1.0.0"

[dev-dependencies.pretty_assertions]
version = "1.0.0"

[dev-dependencies.scale-info]
features = ["bit-vec"]
version = "2.0.0"

[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Generate an API for interacting with a substrate node from FRAME metadata"
documentation = "https://docs.rs/subxt-codegen"
edition = "2021"
homepage = "https://www.parity.io/"
license = "Apache-2.0 OR GPL-3.0"
name = "subxt-codegen"
publish = true
repository = "https://github.com/paritytech/subxt"
version = "0.27.1"