mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 11:27:58 +00:00
b623749dcd
Bumps [darling](https://github.com/TedDriggs/darling) from 0.14.2 to 0.14.3. - [Release notes](https://github.com/TedDriggs/darling/releases) - [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md) - [Commits](https://github.com/TedDriggs/darling/compare/v0.14.2...v0.14.3) --- updated-dependencies: - dependency-name: darling dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
33 lines
1.1 KiB
TOML
33 lines
1.1 KiB
TOML
[package]
|
|
name = "subxt-codegen"
|
|
version = "0.26.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2021"
|
|
publish = true
|
|
|
|
license = "Apache-2.0 OR 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"] }
|
|
darling = "0.14.3"
|
|
frame-metadata = "15.0.0"
|
|
heck = "0.4.1"
|
|
proc-macro2 = "1.0.51"
|
|
proc-macro-error = "1.0.4"
|
|
quote = "1.0.8"
|
|
syn = "1.0.58"
|
|
scale-info = "2.0.0"
|
|
subxt-metadata = { version = "0.26.0", path = "../metadata" }
|
|
jsonrpsee = { version = "0.16.0", features = ["async-client", "client-ws-transport", "http-client"] }
|
|
hex = "0.4.3"
|
|
tokio = { version = "1.25", features = ["macros", "rt-multi-thread"] }
|
|
|
|
[dev-dependencies]
|
|
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
|
|
scale-info = { version = "2.0.0", features = ["bit-vec"] }
|
|
pretty_assertions = "1.0.0"
|