mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 16:57:58 +00:00
ffced22fb7
* sp-utils => sc-utils * cargo fmt * These files are now in the client so should be licensed as GPL3 * Apply suggestions from code review Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
21 lines
486 B
TOML
21 lines
486 B
TOML
[package]
|
|
name = "sc-utils"
|
|
version = "4.0.0-dev"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
license = "Apache-2.0"
|
|
homepage = "https://substrate.dev"
|
|
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"
|
|
prometheus = { version = "0.11.0", default-features = false }
|
|
futures-timer = "3.0.2"
|
|
|
|
[features]
|
|
default = ["metered"]
|
|
metered = []
|