flowcore 0.110.0

Structures shared between runtime and clients
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.error-chain]
version = "0.12.2"

[dependencies.log]
version = "0.4.19"

[dependencies.serde]
version = "~1.0.180"

[dependencies.serde_derive]
version = "~1.0.27"

[dependencies.serde_json]
default-features = false
features = ["alloc"]
version = "1.0"

[dependencies.serde_yaml]
version = "~0.9"

[dependencies.shrinkwraprs]
version = "0.3.0"

[dependencies.toml]
version = "0.7.6"

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

[features]
context = []
debugger = []
default = []
file_provider = []
http_provider = []
meta_provider = []
online_tests = []

[lib]
name = "flowcore"
path = "src/lib.rs"

[package]
authors = ["Andrew Mackenzie <andrew@mackenzie-serres.net>"]
description = "Structures shared between runtime and clients"
documentation = "https://github.com/andrewdavidmackenzie/flow/README.md"
edition = "2021"
exclude = [".gitignore", "Cargo.lock"]
homepage = "http://andrewdavidmackenzie.github.io/flow/"
license = "MIT"
name = "flowcore"
readme = "README.md"
repository = "https://github.com/andrewdavidmackenzie/flow/"
version = "0.110.0"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.curl]
version = "~0.4"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.simpath]
features = ["urls"]
version = "~2.5"