mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 03:07:56 +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>
35 lines
1.0 KiB
TOML
35 lines
1.0 KiB
TOML
[package]
|
|
name = "subxt-integration"
|
|
version = "0.21.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2021"
|
|
|
|
license = "GPL-3.0"
|
|
readme = "../README.md"
|
|
repository = "https://github.com/paritytech/subxt"
|
|
documentation = "https://docs.rs/subxt"
|
|
homepage = "https://www.parity.io/"
|
|
description = "Subxt integration tests that rely on the Substrate binary"
|
|
|
|
[features]
|
|
default = ["subxt/integration-tests"]
|
|
|
|
[dev-dependencies]
|
|
assert_matches = "1.5.0"
|
|
async-trait = "0.1.49"
|
|
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full", "bit-vec"] }
|
|
env_logger = "0.9.0"
|
|
frame-metadata = "15.0.0"
|
|
futures = "0.3.13"
|
|
hex = "0.4.3"
|
|
log = "0.4.14"
|
|
scale-info = { version = "2.0.0", features = ["bit-vec"] }
|
|
sp-core = { version = "6.0.0", default-features = false }
|
|
sp-keyring = "6.0.0"
|
|
sp-runtime = "6.0.0"
|
|
subxt = { version = "0.21.0", path = "../subxt" }
|
|
test-runtime = { path = "../test-runtime" }
|
|
tokio = { version = "1.8", features = ["macros", "time"] }
|
|
wabt = "0.10.0"
|
|
which = "4.0.2"
|