flowstdlib 0.34.8

The standard library of functions for 'flow' programs
Documentation
[[bin]]
name = "flowstdlib"
path = "main.rs"
[build-dependencies.simpath]
features = ["urls"]
version = "~2.2"

[build-dependencies.url]
features = ["serde"]
version = "2.2"
[dependencies.error-chain]
version = "0.12.2"

[dependencies.flow_impl_derive]
version = "0.34.7"

[dependencies.flowcore]
version = "0.34.6"

[dependencies.image]
version = "=0.23.10"

[dependencies.serde_json]
version = "1.0"

[dependencies.simpath]
features = ["urls"]
version = "~2.2"

[dependencies.url]
features = ["serde"]
version = "2.2"

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

[package]
authors = ["Andrew Mackenzie <andrew@mackenzie-serres.net>"]
build = "build.rs"
description = "The standard library of functions for 'flow' programs"
documentation = "https://github.com/andrewdavidmackenzie/flow/README.md"
edition = "2018"
exclude = [".gitignore", "Cargo.lock", "flow.toml"]
homepage = "http://andrewdavidmackenzie.github.io/flow/"
license = "MIT"
name = "flowstdlib"
readme = "README.md"
repository = "https://github.com/andrewdavidmackenzie/flow/"
version = "0.34.8"