"substrate/srml/indices/Cargo.toml" did not exist on "1e011625055a4c94236214ba7f9f8f2f7ed691a7"
Newer
Older
name = "paint-balances"
authors = ["Parity Technologies <[email protected]>"]
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"] }
substrate-keyring = { path = "../../primitives/keyring", optional = true }
rstd = { package = "sr-std", path = "../../primitives/sr-std", default-features = false }
sr-primitives = { path = "../../primitives/sr-primitives", default-features = false }
support = { package = "paint-support", path = "../support", default-features = false }
system = { package = "paint-system", path = "../system", default-features = false }
runtime-io = { package = "sr-io", path = "../../primitives/sr-io" }
primitives = { package = "substrate-primitives", path = "../../primitives/core" }
transaction-payment = { package = "paint-transaction-payment", path = "../transaction-payment" }
[features]
default = ["std"]
std = [
"safe-mix/std",
"substrate-keyring",