flowrlib 0.8.3

The runtime library for executing 'flow' programs compiled with the 'flowc' compiler
Documentation
[dependencies.error-chain]
version = "0.12.1"

[dependencies.flow_impl]
version = "=0.8.3"

[dependencies.instant]
features = ["now", "wasm-bindgen"]
version = "0.1"

[dependencies.log]
version = "0.4.6"

[dependencies.multimap]
version = "~0.5"

[dependencies.serde]
version = "~1.0.27"

[dependencies.serde_derive]
version = "~1.0.27"

[dependencies.serde_json]
version = "1.0"

[features]
debugger = []
default = ["debugger", "metrics", "logging"]
logging = []
metrics = []

[lib]
bench = true
doc = true
doctest = true
name = "flowrlib"
path = "src/lib.rs"
test = true

[package]
authors = ["Andrew Mackenzie <andrew@mackenzie-serres.net>"]
description = "The runtime library for executing 'flow' programs compiled with the 'flowc' compiler"
documentation = "https://github.com/andrewdavidmackenzie/flow/README.md"
edition = "2018"
homepage = "http://andrewdavidmackenzie.github.io/flow/"
license = "MIT"
name = "flowrlib"
readme = "README.md"
repository = "https://github.com/andrewdavidmackenzie/flow/"
version = "0.8.3"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.wasmi]
version = "0.4.5"