[package] name = "joystream-node-runtime" version = "0.9.0" authors = ["Parity Technologies "] [dependencies] rustc-hex = "1.0" hex-literal = "0.1.0" serde = { version = "1.0", default-features = false } serde_derive = { version = "1.0", optional = true } safe-mix = { version = "1.0", default-features = false } parity-codec = "2.0" parity-codec-derive = "2.0" sr-std = { git = "https://github.com/paritytech/substrate" } sr-io = { git = "https://github.com/paritytech/substrate" } srml-support = { git = "https://github.com/paritytech/substrate" } substrate-primitives = { git = "https://github.com/paritytech/substrate" } substrate-keyring = { git = "https://github.com/paritytech/substrate" } srml-balances = { git = "https://github.com/paritytech/substrate" } srml-consensus = { git = "https://github.com/paritytech/substrate" } srml-aura = { git = "https://github.com/paritytech/substrate" } srml-executive = { git = "https://github.com/paritytech/substrate" } srml-indices = { git = "https://github.com/paritytech/substrate" } sr-primitives = { git = "https://github.com/paritytech/substrate" } srml-system = { git = "https://github.com/paritytech/substrate" } srml-timestamp = { git = "https://github.com/paritytech/substrate" } srml-sudo = { git = "https://github.com/paritytech/substrate" } substrate-client = { git = "https://github.com/paritytech/substrate", optional = true } sr-version = { git = "https://github.com/paritytech/substrate" } substrate-consensus-aura-primitives = { git = "https://github.com/paritytech/substrate" } [features] default = ["std"] std = [ "parity-codec/std", "substrate-primitives/std", "substrate-client/std", "sr-std/std", "sr-io/std", "srml-support/std", "srml-balances/std", "srml-executive/std", "srml-aura/std", "srml-indices/std", "sr-primitives/std", "srml-system/std", "srml-timestamp/std", "srml-sudo/std", "sr-version/std", "serde_derive", "serde/std", "safe-mix/std", "substrate-client", "substrate-consensus-aura-primitives/std", ]