[build-dependencies.substrate-wasm-builder] git = 'https://github.com/librelois/substrate.git' branch = 'duniter-monthly-2022-01' [package] authors = ['Axiom-Team Developers <https://axiom-team.fr>'] edition = '2018' homepage = 'https://substrate.dev' license = 'AGPL-3.0' name = 'gdev-runtime' repository = 'https://git.duniter.org/nodes/rust/duniter-v2s' version = '3.0.0' [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] [features] default = ['std'] runtime-benchmarks = [ 'frame-benchmarking', 'frame-support/runtime-benchmarks', 'frame-system-benchmarking', 'frame-system/runtime-benchmarks', 'hex-literal', 'pallet-balances/runtime-benchmarks', 'pallet-identity/runtime-benchmarks', 'pallet-universal-dividend/runtime-benchmarks', 'common-runtime/runtime-benchmarks', 'sp-runtime/runtime-benchmarks', ] std = [ 'codec/std', 'frame-executive/std', 'frame-support/std', 'frame-system-rpc-runtime-api/std', 'frame-system/std', 'pallet-babe/std', 'pallet-balances/std', 'pallet-certification/std', 'pallet-duniter-test-parameters/std', 'pallet-duniter-wot/std', 'pallet-identity/std', 'pallet-membership/std', 'pallet-grandpa/std', 'pallet-multisig/std', 'pallet-sudo/std', 'pallet-universal-dividend/std', 'pallet-transaction-payment-rpc-runtime-api/std', 'pallet-transaction-payment/std', 'common-runtime/std', 'serde', 'sp-api/std', 'sp-arithmetic/std', 'sp-authority-discovery/std', 'sp-block-builder/std', 'sp-consensus-babe/std', 'sp-core/std', 'sp-inherents/std', 'sp-offchain/std', 'sp-membership/std', 'sp-runtime/std', 'sp-session/std', 'sp-std/std', 'sp-transaction-pool/std', 'sp-version/std', ] [dependencies] common-runtime = { path = "../common", default-features = false } pallet-certification = { path = '../../pallets/certification', default-features = false } pallet-duniter-test-parameters = { path = '../../pallets/duniter-test-parameters', default-features = false } pallet-duniter-wot = { path = '../../pallets/duniter-wot', default-features = false } pallet-identity = { path = '../../pallets/identity', default-features = false } pallet-membership = { path = '../../pallets/membership', default-features = false } pallet-ud-accounts-storage = { path = '../../pallets/ud-accounts-storage', default-features = false } pallet-universal-dividend = { path = '../../pallets/universal-dividend', default-features = false } sp-membership = { path = '../../primitives/membership', default-features = false } # substrate scale-info = { version = "1.0", default-features = false, features = ["derive"] } [dependencies.codec] default-features = false features = ['derive'] package = 'parity-scale-codec' version = '2.3.1' [dependencies.frame-benchmarking] default-features = false git = 'https://github.com/librelois/substrate.git' optional = true branch = 'duniter-monthly-2022-01' [dependencies.frame-executive] default-features = false git = 'https://github.com/librelois/substrate.git' branch = 'duniter-monthly-2022-01' [dependencies.frame-support] default-features = false git = 'https://github.com/librelois/substrate.git' branch = 'duniter-monthly-2022-01' [dependencies.frame-system] default-features = false git = 'https://github.com/librelois/substrate.git' branch = 'duniter-monthly-2022-01' [dependencies.frame-system-benchmarking] default-features = false git = 'https://github.com/librelois/substrate.git' optional = true branch = 'duniter-monthly-2022-01' [dependencies.frame-system-rpc-runtime-api] default-features = false git = 'https://github.com/librelois/substrate.git' branch = 'duniter-monthly-2022-01' [dependencies.hex-literal] optional = true version = '0.3.1' [dependencies.pallet-babe] default-features = false git = 'https://github.com/librelois/substrate.git' branch = 'duniter-monthly-2022-01' [dependencies.pallet-balances] default-features = false git = 'https://github.com/librelois/substrate.git' branch = 'duniter-monthly-2022-01' [dependencies.pallet-grandpa] default-features = false git = 'https://github.com/librelois/substrate.git' branch = 'duniter-monthly-2022-01' [dependencies.pallet-multisig] default-features = false git = 'https://github.com/librelois/substrate.git' branch = 'duniter-monthly-2022-01' [dependencies.pallet-scheduler] default-features = false git = 'https://github.com/librelois/substrate.git' branch = 'duniter-monthly-2022-01' [dependencies.pallet-sudo] default-features = false git = 'https://github.com/librelois/substrate.git' branch = 'duniter-monthly-2022-01' [dependencies.pallet-transaction-payment] default-features = false git = 'https://github.com/librelois/substrate.git' branch = 'duniter-monthly-2022-01' [dependencies.pallet-transaction-payment-rpc-runtime-api] default-features = false git = 'https://github.com/librelois/substrate.git' branch = 'duniter-monthly-2022-01' [dependencies.pallet-utility] default-features = false git = 'https://github.com/librelois/substrate.git' branch = 'duniter-monthly-2022-01' [dependencies.serde] version = "1.0.101" optional = true features = ["derive"] [dependencies.sp-api] default-features = false git = 'https://github.com/librelois/substrate.git' branch = 'duniter-monthly-2022-01' [dependencies.sp-arithmetic] default-features = false git = 'https://github.com/librelois/substrate.git' branch = 'duniter-monthly-2022-01' [dependencies.sp-authority-discovery] default-features = false git = 'https://github.com/librelois/substrate.git' branch = 'duniter-monthly-2022-01' [dependencies.sp-block-builder] default-features = false git = 'https://github.com/librelois/substrate.git' branch = 'duniter-monthly-2022-01' [dependencies.sp-consensus-babe] default-features = false git = 'https://github.com/librelois/substrate.git' branch = 'duniter-monthly-2022-01' [dependencies.sp-core] default-features = false git = 'https://github.com/librelois/substrate.git' branch = 'duniter-monthly-2022-01' [dependencies.sp-inherents] default-features = false git = 'https://github.com/librelois/substrate.git' branch = 'duniter-monthly-2022-01' [dependencies.sp-offchain] default-features = false git = 'https://github.com/librelois/substrate.git' branch = 'duniter-monthly-2022-01' [dependencies.sp-runtime] default-features = false git = 'https://github.com/librelois/substrate.git' branch = 'duniter-monthly-2022-01' [dependencies.sp-session] default-features = false git = 'https://github.com/librelois/substrate.git' branch = 'duniter-monthly-2022-01' [dependencies.sp-std] default-features = false git = 'https://github.com/librelois/substrate.git' branch = 'duniter-monthly-2022-01' [dependencies.sp-transaction-pool] default-features = false git = 'https://github.com/librelois/substrate.git' branch = 'duniter-monthly-2022-01' [dependencies.sp-version] default-features = false git = 'https://github.com/librelois/substrate.git' branch = 'duniter-monthly-2022-01'