|
| 1 | +[package] |
| 2 | +name = "mining-rewards-allowance" |
| 3 | +version = "3.0.6" |
| 4 | +authors = ["Luke Schoen"] |
| 5 | +edition = "2018" |
| 6 | + |
| 7 | +[package.metadata.docs.rs] |
| 8 | +targets = ['x86_64-unknown-linux-gnu'] |
| 9 | + |
| 10 | +[features] |
| 11 | +default = ['std'] |
| 12 | +std = [ |
| 13 | + 'chrono/std', |
| 14 | + 'log/std', |
| 15 | + 'serde/std', |
| 16 | + 'codec/std', |
| 17 | + 'frame-support/std', |
| 18 | + 'frame-system/std', |
| 19 | + 'pallet-balances/std', |
| 20 | + 'pallet-timestamp/std', |
| 21 | + # 'pallet-transaction-payment/std', |
| 22 | + 'sp-core/std', |
| 23 | + 'sp-io/std', |
| 24 | + 'sp-runtime/std', |
| 25 | + 'sp-std/std', |
| 26 | +] |
| 27 | + |
| 28 | +[dependencies] |
| 29 | +chrono = { version = '0.4.19', default_features = false } |
| 30 | +log = { version = '0.4.14', default-features = false } |
| 31 | +serde = { version = '1.0.126', features = ['derive'] } |
| 32 | +codec = { version = '2.2.0', package = 'parity-scale-codec', default-features = false, features = ['derive', 'max-encoded-len'] } |
| 33 | +frame-support = { git = 'https://github.com/paritytech/substrate', rev = '852bab073407b65b5e3e461baaa0541c4e0bc3d6', default-features = false } |
| 34 | +frame-system = { git = 'https://github.com/paritytech/substrate', rev = '852bab073407b65b5e3e461baaa0541c4e0bc3d6', default-features = false } |
| 35 | +pallet-balances = { git = 'https://github.com/paritytech/substrate', rev = '852bab073407b65b5e3e461baaa0541c4e0bc3d6', default-features = false } |
| 36 | +pallet-timestamp = { git = 'https://github.com/paritytech/substrate', rev = '852bab073407b65b5e3e461baaa0541c4e0bc3d6', default_features = false } |
| 37 | +# pallet-transaction-payment = { git = 'https://github.com/paritytech/substrate', rev = '852bab073407b65b5e3e461baaa0541c4e0bc3d6', default-features = false } |
| 38 | +sp-core = { git = 'https://github.com/paritytech/substrate', rev = '852bab073407b65b5e3e461baaa0541c4e0bc3d6', default-features = false } |
| 39 | +sp-io = { git = 'https://github.com/paritytech/substrate', rev = '852bab073407b65b5e3e461baaa0541c4e0bc3d6', default-features = false } |
| 40 | +sp-runtime = { git = 'https://github.com/paritytech/substrate', rev = '852bab073407b65b5e3e461baaa0541c4e0bc3d6', default-features = false } |
| 41 | +sp-std = { git = 'https://github.com/paritytech/substrate', rev = '852bab073407b65b5e3e461baaa0541c4e0bc3d6', default-features = false } |
| 42 | + |
| 43 | +[dev-dependencies] |
| 44 | + |
0 commit comments