subxt-codegen 0.32.1

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

[dependencies.frame-metadata]
default-features = false
features = ["current", "std"]
optional = true
version = "16.0.0"

[dependencies.getrandom]
default-features = false
optional = true
version = "0.2"

[dependencies.heck]
version = "0.4.1"

[dependencies.hex]
version = "0.4.3"

[dependencies.jsonrpsee]
features = ["async-client", "client-ws-transport-native-tls", "http-client"]
optional = true
version = "0.20"

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

[dependencies.quote]
version = "1.0.33"

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

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

[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0.15"

[dependencies.thiserror]
version = "1.0.48"

[dependencies.tokio]
default-features = false
features = ["rt-multi-thread"]
optional = true
version = "1.32"
[dev-dependencies.bitvec]
default-features = false
version = "1"

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

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

[features]
default = ["fetch-metadata"]
fetch-metadata = ["dep:jsonrpsee", "dep:tokio", "dep:frame-metadata"]
web = ["jsonrpsee?/async-wasm-client", "jsonrpsee?/client-web-transport", "getrandom/js"]

[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"
rust-version = "1.70.0"
version = "0.32.1"