Newer
Older
name = "paint-session"
authors = ["Parity Technologies <admin@parity.io>"]
serde = { version = "1.0.101", optional = true }
safe-mix = { version = "1.0.0", default-features = false }
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
rstd = { package = "sr-std", path = "../../primitives/sr-std", default-features = false }
sr-primitives = { path = "../../primitives/sr-primitives", default-features = false }
sr-staking-primitives = { path = "../../primitives/sr-staking-primitives", default-features = false }
support = { package = "paint-support", path = "../support", default-features = false }
system = { package = "paint-system", path = "../system", default-features = false }
timestamp = { package = "paint-timestamp", path = "../timestamp", default-features = false }
substrate-trie = { path = "../../primitives/trie", default-features = false, optional = true }
runtime-io ={ package = "sr-io", path = "../../primitives/sr-io", default-features = false }
impl-trait-for-tuples = "0.1.3"
primitives = { package = "substrate-primitives", path = "../../primitives/core" }
app-crypto = { package = "substrate-application-crypto", path = "../../primitives/application-crypto" }
default = ["std", "historical"]
historical = ["substrate-trie"]
"substrate-trie/std",
"runtime-io/std",