flowstdlib 0.25.0

The standard library of functions for 'flow' programs
Documentation
[[bin]]
name = "flowstdlib"
path = "main.rs"
[build-dependencies.flowc]
version = "0.25.0"

[build-dependencies.simpath]
version = "~1.4"
[dependencies.flow_impl]
version = "0.21.0"

[dependencies.flow_impl_derive]
version = "0.21.0"

[dependencies.flowrstructs]
version = "0.25.0"

[dependencies.image]
version = "=0.23.10"

[dependencies.serde_json]
version = "1.0"

[dependencies.simpath]
version = "~1.4"

[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.25.0"