subxt-utils-stripmetadata 0.44.2

subxt utility to strip metadata
[dependencies.codec]
default-features = false
package = "parity-scale-codec"
version = "3.7.4"

[dependencies.either]
default-features = false
version = "1.13.0"

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

[dependencies.scale-info]
default-features = false
features = ["std"]
version = "2.11.4"

[lib]
name = "subxt_utils_stripmetadata"
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
autolib = false
autotests = false
build = false
description = "subxt utility to strip metadata"
documentation = "https://docs.rs/subxt"
edition = "2024"
homepage = "https://www.parity.io/"
license = "Apache-2.0 OR GPL-3.0"
name = "subxt-utils-stripmetadata"
publish = true
readme = false
repository = "https://github.com/paritytech/subxt"
resolver = "2"
rust-version = "1.85.0"
version = "0.44.2"

[package.metadata.docs.rs]
features = ["url"]
rustdoc-args = ["--cfg", "docsrs"]

[package.metadata.playground]
default-features = true