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
|
|
|
|
2018-02-05 10:40:00 +01:00
|
|
|
# These are managed by the JS scripts on CI - keep it in a single line
|
2016-10-17 11:56:42 +02:00
|
|
|
[dependencies]
|
2018-02-05 10:40:00 +01:00
|
|
|
parity-ui-dev = { git = "https://github.com/parity-js/shell.git", rev = "27495ad8a73716c08588ab852694a75d9d22ba85", optional = true }
|
|
|
|
parity-ui-old-dev = { git = "https://github.com/parity-js/dapp-wallet.git", rev = "9993240efecb415aa880250ecef2710a413cf73f", optional = true }
|
2017-11-23 14:29:56 +01:00
|
|
|
parity-ui-old-precompiled = { git = "https://github.com/js-dist-paritytech/parity-master-1-9-v1.git", optional = true }
|
|
|
|
parity-ui-precompiled = { git = "https://github.com/js-dist-paritytech/parity-master-1-9-shell.git", 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"]
|