[package] description = "Parity Dapps crate" name = "parity-dapps" version = "1.8.0" license = "GPL-3.0" authors = ["Parity Technologies "] [lib] [dependencies] base32 = "0.3" futures = "0.1" linked-hash-map = "0.3" log = "0.3" parity-dapps-glue = "1.7" parking_lot = "0.4" mime = "0.2" mime_guess = "1.6.1" rand = "0.3" rustc-hex = "1.0" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" time = "0.1.35" unicase = "1.3" url = "1.0" zip = { version = "0.1", default-features = false } itertools = "0.5" jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.7" } jsonrpc-http-server = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.7" } ethcore-util = { path = "../util" } ethcore-bigint = { path = "../util/bigint" } ethcore-bytes = { path = "../util/bytes" } fetch = { path = "../util/fetch" } node-health = { path = "./node-health" } parity-hash-fetch = { path = "../hash-fetch" } parity-reactor = { path = "../util/reactor" } parity-ui = { path = "./ui" } hash = { path = "../util/hash" } clippy = { version = "0.0.103", optional = true} [dev-dependencies] env_logger = "0.4" ethcore-devtools = { path = "../devtools" } [features] dev = ["clippy", "ethcore-util/dev"] ui = ["parity-ui/no-precompiled-js"] ui-precompiled = ["parity-ui/use-precompiled-js"]