[package]
name = "flowstdlib"
description = "The standard library of functions and flows for 'flow' programs"
version = "0.116.0"
authors = ["Andrew Mackenzie <andrew@mackenzie-serres.net>"]
license.workspace = true
documentation.workspace = true
homepage.workspace = true
repository.workspace = true
readme = "README.md"
edition.workspace = true
[badges]
maintenance = { status = "actively-developed" }
[lib]
name = "flowstdlib"
path = "src/lib.rs"
[dependencies]
flowmacro = {path = "../flowmacro", version = "0.116.0" }
flowcore = {path = "../flowcore", version = "0.116.0" }
simpath = { version = "2", features = ["urls"]}
url = { version = "2.2", features = ["serde"] }
serde_json = "1.0"
error-chain = "0.12.2"
[dev-dependencies]
tempdir = "~0.3.5"
flowcore = {path = "../flowcore", version = "0.116.0" }
flowmacro = {path = "../flowmacro", version = "0.116.0" }
serde_json = { version = "1.0", default-features = false }
[build-dependencies]
simpath = { version = "2", features = ["urls"]}
url = { version = "2.2", features = ["serde"] }