2016-10-17 11:56:42 +02:00
|
|
|
[package]
|
2016-10-22 20:07:12 +02:00
|
|
|
description = "Ethcore Parity UI"
|
2016-12-11 19:43:58 +01:00
|
|
|
homepage = "http://parity.io"
|
2016-10-22 20:07:12 +02:00
|
|
|
license = "GPL-3.0"
|
2016-10-17 11:56:42 +02:00
|
|
|
name = "parity-ui"
|
2018-03-03 22:02:33 +01:00
|
|
|
version = "1.11.0"
|
2016-12-11 19:43:58 +01:00
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
2016-10-17 11:56:42 +02:00
|
|
|
|
|
|
|
[build-dependencies]
|
2018-01-17 11:45:29 +01:00
|
|
|
rustc_version = "0.2"
|
2016-10-17 11:56:42 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2018-03-05 11:56:14 +01:00
|
|
|
parity-ui-dev = { git = "https://github.com/parity-js/shell.git", rev = "7f2f1ec51d96fc6682a82e95e09ada2e9283e4a0", optional = true }
|
2018-02-06 14:25:02 +01:00
|
|
|
parity-ui-old-dev = { git = "https://github.com/parity-js/dapp-wallet.git", rev = "1a58bf4836c84e1632e27ef607b5a388abd2bf2d", optional = true }
|
2018-03-05 11:56:14 +01:00
|
|
|
parity-ui-precompiled = { git = "https://github.com/js-dist-paritytech/parity-master-1-10-shell.git", rev="ac243b5ce9ce10d5f9f6137e974f195e8403b68e", optional = true }
|
2018-02-06 14:25:02 +01:00
|
|
|
parity-ui-old-precompiled = { git = "https://github.com/js-dist-paritytech/parity-master-1-10-wallet.git", rev="4c067dfa1a17fe71ab2ca26b18c52dcbd0f4fc04", optional = true }
|
2016-10-17 11:56:42 +02:00
|
|
|
|
2016-10-22 20:07:12 +02:00
|
|
|
[features]
|
2017-09-05 11:21:18 +02:00
|
|
|
no-precompiled-js = ["parity-ui-dev", "parity-ui-old-dev"]
|
2017-10-17 18:07:21 +02:00
|
|
|
use-precompiled-js = ["parity-ui-precompiled", "parity-ui-old-precompiled"]
|