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 = "0.9.25"1011[features]12default = ['std']13std = [14 'sp-std/std',15 'frame-support/std',16 'sp-runtime/std',17 'sp-core/std',18 'sp-consensus-aura/std',19 'fp-rpc/std',20 'pallet-evm/std',21]2223[dependencies.sp-std]24default-features = false25git = "https://github.com/paritytech/substrate"26branch = "polkadot-v0.9.27"2728[dependencies.frame-support]29default-features = false30git = "https://github.com/paritytech/substrate"31branch = "polkadot-v0.9.27"3233[dependencies.sp-runtime]34default-features = false35git = "https://github.com/paritytech/substrate"36branch = "polkadot-v0.9.27"3738[dependencies.sp-core]39default-features = false40git = "https://github.com/paritytech/substrate"41branch = "polkadot-v0.9.27"4243[dependencies.sp-consensus-aura]44default-features = false45git = "https://github.com/paritytech/substrate"46branch = "polkadot-v0.9.27"4748[dependencies.fp-rpc]49default-features = false50git = "https://github.com/uniquenetwork/frontier"51branch = "unique-polkadot-v0.9.27"5253[dependencies.pallet-evm]54default-features = false55git = "https://github.com/uniquenetwork/frontier"56branch = "unique-polkadot-v0.9.27"