mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 04:28:00 +00:00
b8ee6a084f
- Renamed all crate names from subxt-* to pezkuwi-subxt-* - Updated codegen to use pezsp_runtime, pezsp_core, pezframe_support instead of sp_runtime, sp_core, frame_support - Replaced all internal references from subxt_* to pezkuwi_subxt_* - Added local path dependencies to Pezkuwi SDK crates - Updated workspace configuration for edition 2024
30 lines
710 B
TOML
30 lines
710 B
TOML
[package]
|
|
name = "pezkuwi-subxt-utils-stripmetadata"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
publish = true
|
|
autotests = false
|
|
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
documentation.workspace = true
|
|
homepage.workspace = true
|
|
description = "subxt utility to strip metadata"
|
|
|
|
[dependencies]
|
|
codec = { workspace = true }
|
|
frame-metadata = { workspace = true, features = ["std", "current"] }
|
|
scale-info = { workspace = true, features = ["std"] }
|
|
either = { workspace = true }
|
|
|
|
[package.metadata.docs.rs]
|
|
features = ["url"]
|
|
rustdoc-args = ["--cfg", "docsrs"]
|
|
|
|
[package.metadata.playground]
|
|
default-features = true
|
|
|
|
[lints]
|
|
workspace = true |