[package]
name = "flows-json"
version.workspace = true
authors.workspace = true
edition.workspace = true
description.workspace = true
readme.workspace = true
homepage.workspace = true
repository.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true
publish.workspace = true
[features]
default = ["all", "std"]
all = []
std = ["async-flow/std"]
unstable = []
[dependencies]
async-flow.workspace = true
[target.'cfg(not(target_family = "wasm"))'.dependencies]
[target.'cfg(target_family = "wasm")'.dependencies]