Files
pezkuwi-subxt/substrate/client/utils/Cargo.toml
T
wigy 535325d2e6 Upgrading parity-scale-codec to v3 (#10825)
* Upgraded dependencies

* Adapting code to scale v3

* Empty commit to trigger CI

* Triggering CI

* Fixing UI test

* Remove superfluous dev-dep added by #9228

* Cryout for CI
2022-02-24 15:34:34 +01:00

25 lines
549 B
TOML

[package]
name = "sc-utils"
version = "4.0.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "Apache-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
description = "I/O for Substrate runtimes"
readme = "README.md"
[dependencies]
futures = "0.3.9"
lazy_static = "1.4.0"
parking_lot = "0.12.0"
prometheus = { version = "0.13.0", default-features = false }
futures-timer = "3.0.2"
[features]
default = ["metered"]
metered = []
[dev-dependencies]
tokio-test = "0.4.2"