mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 11:27:58 +00:00
6d73172560
* Bump versions to v0.21.0 Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Update releasing steps Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Add changelog Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * releasing: Add categories for changelog Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Update CHANGELOG.md Co-authored-by: Tarik Gul <47201679+TarikGul@users.noreply.github.com> * Update CHANGELOG.md Co-authored-by: Tarik Gul <47201679+TarikGul@users.noreply.github.com> Co-authored-by: Tarik Gul <47201679+TarikGul@users.noreply.github.com>
28 lines
902 B
TOML
28 lines
902 B
TOML
[package]
|
|
name = "subxt-codegen"
|
|
version = "0.21.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2021"
|
|
|
|
license = "GPL-3.0"
|
|
repository = "https://github.com/paritytech/subxt"
|
|
documentation = "https://docs.rs/subxt-codegen"
|
|
homepage = "https://www.parity.io/"
|
|
description = "Generate an API for interacting with a substrate node from FRAME metadata"
|
|
|
|
[dependencies]
|
|
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full", "bit-vec"] }
|
|
darling = "0.14.0"
|
|
frame-metadata = "15.0.0"
|
|
heck = "0.4.0"
|
|
proc-macro2 = "1.0.24"
|
|
proc-macro-error = "1.0.4"
|
|
quote = "1.0.8"
|
|
syn = "1.0.58"
|
|
scale-info = { version = "2.0.0", features = ["bit-vec"] }
|
|
subxt-metadata = { version = "0.21.0", path = "../metadata" }
|
|
|
|
[dev-dependencies]
|
|
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
|
|
pretty_assertions = "1.0.0"
|