Cargo.toml 811 Bytes
Newer Older
[package]
name = "polkadot-core-primitives"
version = "0.7.30"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"

[dependencies]
Tomasz Drwięga's avatar
Tomasz Drwięga committed
sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "td-mmr-custom" }
sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "td-mmr-custom" }
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "td-mmr-custom" }
parity-scale-codec = { version = "2.0.0", default-features = false, features = [ "derive" ] }
parity-util-mem = { version = "0.9.0", default-features = false, optional = true }

[features]
default = [ "std" ]
std = [
	"sp-core/std",
	"sp-runtime/std",
	"sp-std/std",
	"parity-scale-codec/std",
	"parity-util-mem",