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"
|
2017-10-12 23:44:02 +02:00
|
|
|
version = "1.9.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-02-06 14:25:02 +01:00
|
|
|
parity-ui-dev = { git = "https://github.com/parity-js/shell.git", rev = "2f07ecec53a2319f41e5b83c01073b5386243173", optional = true }
|
|
|
|
parity-ui-old-dev = { git = "https://github.com/parity-js/dapp-wallet.git", rev = "1a58bf4836c84e1632e27ef607b5a388abd2bf2d", optional = true }
|
|
|
|
parity-ui-precompiled = { git = "https://github.com/js-dist-paritytech/parity-master-1-10-shell.git", rev="3fb77b61a7f30d6658f81d687e7e415657bd20bd", optional = true }
|
|
|
|
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"]
|