mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-08 03:08:06 +00:00
629a801b6a
* Bumping to rc5 * Revert "Bumping to rc5" This reverts commit 5a63a8230e5a12db1b4ce4ac62e4967c52291da7. * Bumping for rc5, correctly this time
28 lines
1.1 KiB
TOML
28 lines
1.1 KiB
TOML
[package]
|
|
description = "components for a light client"
|
|
name = "sc-light"
|
|
version = "2.0.0-rc5"
|
|
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
homepage = "https://substrate.dev"
|
|
repository = "https://github.com/paritytech/substrate/"
|
|
documentation = "https://docs.rs/sc-light"
|
|
|
|
[dependencies]
|
|
parking_lot = "0.10.0"
|
|
lazy_static = "1.4.0"
|
|
hash-db = "0.15.2"
|
|
sp-runtime = { version = "2.0.0-rc2", path = "../../primitives/runtime" }
|
|
sp-externalities = { version = "0.8.0-rc2", path = "../../primitives/externalities" }
|
|
sp-blockchain = { version = "2.0.0-rc2", path = "../../primitives/blockchain" }
|
|
sp-core = { version = "2.0.0-rc2", path = "../../primitives/core" }
|
|
sp-state-machine = { version = "0.8.0-rc2", path = "../../primitives/state-machine" }
|
|
sc-client-api = { version = "2.0.0-rc2", path = "../api" }
|
|
sp-api = { version = "2.0.0-rc2", path = "../../primitives/api" }
|
|
codec = { package = "parity-scale-codec", version = "1.3.1" }
|
|
sc-executor = { version = "0.8.0-rc2", path = "../executor" }
|
|
|
|
[features]
|
|
default = []
|