[dependencies.codec]
default-features = false
features = ["derive", "std"]
package = "parity-scale-codec"
version = "3.6.9"
[dependencies.frame-metadata]
default-features = false
features = ["std"]
optional = true
version = "17.0.0"
[dependencies.hex]
default-features = false
features = ["std"]
version = "0.4.3"
[dependencies.jsonrpsee]
features = ["ws-client", "http-client"]
optional = true
version = "0.24.5"
[dependencies.thiserror]
version = "1.0.64"
[dependencies.tokio]
default-features = false
features = ["rt-multi-thread"]
optional = true
version = "1.40"
[dependencies.url]
optional = true
version = "2.5.2"
[features]
url = ["dep:jsonrpsee", "dep:tokio", "dep:url", "frame-metadata"]
[lib]
name = "subxt_utils_fetchmetadata"
path = "src/lib.rs"
[lints.clippy]
type_complexity = "allow"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.rust]
bad_style = "deny"
improper_ctypes = "deny"
missing_docs = "deny"
no_mangle_generic_items = "deny"
non_shorthand_field_patterns = "deny"
overflowing_literals = "deny"
path_statements = "deny"
patterns_in_fns_without_body = "deny"
unconditional_recursion = "deny"
unused_allocation = "deny"
unused_comparisons = "deny"
unused_extern_crates = "deny"
unused_parens = "deny"
[package]
authors = ["Parity Technologies <admin@parity.io>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "subxt utils fetch metadata"
documentation = "https://docs.rs/subxt"
edition = "2021"
homepage = "https://www.parity.io/"
license = "Apache-2.0 OR GPL-3.0"
name = "subxt-utils-fetchmetadata"
publish = true
readme = false
repository = "https://github.com/paritytech/subxt"
rust-version = "1.74.0"
version = "0.38.0"
[package.metadata.docs.rs]
features = ["url"]
rustdoc-args = ["--cfg", "docsrs"]
[package.metadata.playground]
default-features = true