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"
|
2016-12-08 11:31:57 +01:00
|
|
|
version = "1.5.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]
|
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"]
|