sp-blockchain 21.1.0-dev.6

Substrate blockchain traits and primitives.
[package]
name = "sp-blockchain"
version = "21.1.0-dev.6"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "Apache-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
description = "Substrate blockchain traits and primitives."
documentation = "https://docs.rs/sp-blockchain"
readme = "README.md"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] }
futures = "0.3.21"
log = "0.4.17"
parking_lot = "0.12.1"
schnellru = "0.2.1"
thiserror = "1.0.30"
sp-api = { version = "=19.1.0-dev.6", path = "../api" }
sp-consensus = { version = "=0.26.0-dev.6", path = "../consensus/common" }
sp-database = { version = "=5.1.0-dev.6", path = "../database" }
sp-runtime = { version = "=24.1.0-dev.6", path = "../runtime" }
sp-state-machine = { version = "=0.29.0-dev.6", path = "../state-machine" }