git.delta.rocks / unique-network / refs/commits / 9034a4fb3794

difftreelog

source

primitives/common/Cargo.toml1.7 KiBsourcehistory
1[package]2authors = ['Unique Network <support@uniquenetwork.io>']3description = 'Unique Runtime Common Primitives'4edition = '2021'5homepage = 'https://unique.network'6license = 'All Rights Reserved'7name = 'up-common'8repository = 'https://github.com/UniqueNetwork/unique-chain'9version.workspace = true1011[package.metadata.deppatcher.originals.dependencies]12cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }1314[features]15default = ['std']16std = [17    'sp-std/std',18    'frame-support/std',19    'sp-runtime/std',20    'sp-core/std',21    'sp-consensus-aura/std',22    'fp-rpc/std',23    'cumulus-primitives-core/std',24    'pallet-evm/std',25]2627[dependencies.sp-std]28default-features = false29git = "https://github.com/paritytech/substrate"30branch = "polkadot-v0.9.36"3132[dependencies.frame-support]33default-features = false34git = "https://github.com/paritytech/substrate"35branch = "polkadot-v0.9.36"3637[dependencies.sp-runtime]38default-features = false39git = "https://github.com/paritytech/substrate"40branch = "polkadot-v0.9.36"4142[dependencies.sp-core]43default-features = false44git = "https://github.com/paritytech/substrate"45branch = "polkadot-v0.9.36"4647[dependencies.sp-consensus-aura]48default-features = false49git = "https://github.com/paritytech/substrate"50branch = "polkadot-v0.9.36"5152[dependencies.fp-rpc]53default-features = false54git = "https://github.com/uniquenetwork/frontier"55branch = "unique-polkadot-v0.9.36"5657[dependencies.cumulus-primitives-core]58default-features = false59git = "https://github.com/paritytech/cumulus"60branch = "draft-polkadot-v0.9.36"6162[dependencies.pallet-evm]63default-features = false64git = "https://github.com/uniquenetwork/frontier"65branch = "unique-polkadot-v0.9.36"