flowstdlib 0.34.8

The standard library of functions for 'flow' programs
Documentation
[package]
name = "flowstdlib"
version = "0.34.8"
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"

# Files to exclude from packaging and publishing
exclude = [".gitignore", "Cargo.lock", "flow.toml"]

[[bin]]
name = "flowstdlib"
path = "main.rs"

[lib]
name = "flowstdlib"
path = "lib.rs"

[dependencies]
flow_impl_derive = {path = "../flow_impl_derive", version = "0.34.7" }
flowcore = {path = "../flowcore", version = "0.34.6" }
simpath = { version = "~2.2", features = ["urls"]}
url = { version = "2.2", features = ["serde"] }
serde_json = "1.0"
image = "=0.23.10"
error-chain = "0.12.2"

[build-dependencies]
simpath = { version = "~2.2", features = ["urls"]}
url = { version = "2.2", features = ["serde"] }