[package]
name = "flowstdlib"
version = "0.34.0"
authors = ["Andrew Mackenzie <andrew@mackenzie-serres.net>"]
description = "The standard library of functions 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"
edition = "2018"
build = "build.rs"
exclude = [".gitignore", "Cargo.lock", "flow.toml"]
[[bin]]
name = "flowstdlib"
path = "main.rs"
[lib]
name = "flowstdlib"
path = "lib.rs"
[build-dependencies]
flowc = {path = "../flowc", version = "0.34.0" }
simpath = "~1.4"
[dependencies]
flow_impl = {path = "../flow_impl", version = "0.21.0" }
flow_impl_derive = {path = "../flow_impl_derive", version = "0.21.0" }
flowrstructs = {path = "../flowrstructs", version = "0.33.0" }
simpath = "~1.4"
serde_json = "1.0"
image = "=0.23.10"