flowstdlib 0.40.1

The standard library of functions and flows for 'flow' programs
[[bin]]
name = "flowstdlib"
path = "main.rs"
[badges.maintenance]
status = "actively-developed"
[build-dependencies.simpath]
features = ["urls"]
version = "~2.3"

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

[dependencies.flow_impl_derive]
version = "0.40.0"

[dependencies.flowcore]
version = "0.40.0"

[dependencies.image]
version = "=0.23.10"

[dependencies.serde_json]
version = "1.0"

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

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

[features]
default = []
wasm = []

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

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