parity-dapps-glue 1.9.1

Base Package for all Parity built-in dapps
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "parity-dapps-glue"
version = "1.9.1"
authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs"
description = "Base Package for all Parity built-in dapps"
license = "GPL-3.0"
[dependencies.quasi]
version = "0.32"
default-features = false

[dependencies.quasi_macros]
version = "0.32"
optional = true

[dependencies.glob]
version = "0.2.11"

[dependencies.syntex]
version = "0.58"
optional = true

[dependencies.mime_guess]
version = "2.0.0-alpha.2"

[dependencies.aster]
version = "0.41"
default-features = false

[dependencies.syntex_syntax]
version = "0.58"
optional = true

[dependencies.clippy]
version = "0.0.103"
optional = true
[build-dependencies.quasi_codegen]
version = "0.32"
optional = true

[build-dependencies.syntex]
version = "0.58"
optional = true

[features]
dev = ["clippy"]
nightly-testing = ["clippy"]
with-syntex = ["quasi/with-syntex", "quasi_codegen", "quasi_codegen/with-syntex", "syntex", "syntex_syntax"]
nightly = ["quasi_macros"]
default = ["with-syntex"]
use-precompiled-js = []