flows-text 0.0.3

Building blocks for flow-based text processing.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "flows-text"
version = "0.0.3"
authors = ["Arto Bendiken"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Building blocks for flow-based text processing."
homepage = "https://flows.rs"
readme = "README.md"
keywords = [
    "fbp",
    "flow",
    "dataflow",
    "async",
]
categories = [
    "asynchronous",
    "concurrency",
    "network-programming",
    "no-std",
]
license = "Unlicense"
repository = "https://github.com/artob/flows.rs"
resolver = "2"

[features]
all = []
default = [
    "all",
    "std",
]
std = ["async-flow/std"]
unstable = []

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

[dependencies.async-flow]
version = "0.1.1"
features = ["tokio"]
default-features = false

[dev-dependencies.tokio]
version = "1.49"
features = [
    "macros",
    "rt",
    "sync",
]
default-features = false

[target.'cfg(not(target_family = "wasm"))'.dependencies]

[target.'cfg(target_family = "wasm")'.dependencies]