[package]
name = "streamweave"
version = "0.2.2"
description = "Composable, async, stream-first computation in pure Rust"
authors = ["Tom Wieland <tom.wieland@gmail.com>"]
repository = "https://github.com/Industrial/streamweave"
homepage = "https://github.com/Industrial/streamweave"
documentation = "https://docs.rs/streamweave"
[build]
source_dir = "src"
output_dir = "target/doc/doxidize"
theme = "default"
search = true
cross_references = true
versioning = false
[navigation]
auto_generate = true
custom = []
[documentation]
include_private = false
include_tests = false
include_examples = true
examples_dir = "examples"
additional_docs = [
"README.md",
"docs/getting_started.md",
"docs/architecture.md",
"docs/guides/common_use_cases.md",
"docs/troubleshooting.md",
"docs/WASM_GUIDE.md",
"docs/WASM_COMPATIBILITY.md",
"docs/KAFKA_SETUP.md",
"docs/BUNDLE_SIZE.md"
]
[styling]
custom_css = null
theme_colors = null