2016-10-17 11:56:42 +02:00
|
|
|
[package]
|
2016-10-22 20:07:12 +02:00
|
|
|
description = "Ethcore Parity UI"
|
|
|
|
homepage = "http://ethcore.io"
|
|
|
|
license = "GPL-3.0"
|
2016-10-17 11:56:42 +02:00
|
|
|
name = "parity-ui"
|
|
|
|
version = "1.4.0"
|
|
|
|
authors = ["Ethcore <admin@ethcore.io>"]
|
|
|
|
|
|
|
|
[build-dependencies]
|
2016-10-22 20:07:12 +02:00
|
|
|
rustc_version = "0.1"
|
2016-10-17 11:56:42 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2016-10-22 20:07:12 +02:00
|
|
|
parity-ui-dev = { path = "../../js", optional = true }
|
|
|
|
parity-ui-precompiled = { git = "https://github.com/ethcore/js-precompiled.git", optional = true }
|
2016-10-17 11:56:42 +02:00
|
|
|
|
2016-10-22 20:07:12 +02:00
|
|
|
[features]
|
|
|
|
no-precompiled-js = ["parity-ui-dev"]
|
|
|
|
use-precompiled-js = ["parity-ui-precompiled"]
|