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]
|
2016-10-22 20:07:12 +02:00
|
|
|
parity-ui-dev = { path = "../../js", optional = true }
|
2017-09-05 11:21:18 +02:00
|
|
|
parity-ui-old-dev = { path = "../../js-old", optional = true }
|
2017-03-13 12:52:02 +01:00
|
|
|
# This is managed by the js/scripts/release.sh script on CI - keep it in a single line
|
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"]
|