[package]
name = "flowide"
version = "0.31.0"
authors = ["Andrew Mackenzie <andrew@mackenzie-serres.net>"]
edition = "2018"
description = "A (WIP) IDE for 'flow' programs"
license = "MIT"
documentation = "https://github.com/andrewdavidmackenzie/flow/README.md"
homepage = "http://andrewdavidmackenzie.github.io/flow/"
repository = "https://github.com/andrewdavidmackenzie/flow/"
readme = "README.md"
[[bin]]
name = "flowide"
path = "src/main.rs"
[features]
default = ["debugger", "metrics"]
debugger = []
metrics = []
[dependencies.flowrstructs]
path = "../flowrstructs"
version = "0.25.0"
features = ["debugger"]
[dependencies]
flow_impl = {path = "../flow_impl", version = "0.21.0" }
flowc = {path = "../flowc", version = "0.31.0" }
flowr = {path = "../flowr", version = "0.31.0" }
provider = {path = "../provider", version = "0.25.0" }
toml = "0.4"
url = "~2.1"
serde_json = "1.0"
log = "0.4.6"
lazy_static = "1"
gtk-rs-state = "0.3"
cairo-rs = "0.8"
gdk = "0.12"
gdk-pixbuf = "0.8"
gio = "0.8"
glib = "0.9"
gtk = "0.8"
pango = "0.8"
image = "=0.23.10"