[package] name = "lumotia-ai-formatting" version.workspace = true edition.workspace = true repository.workspace = true license.workspace = true description = "Text post-processing pipeline: filler removal, British English conversion, formatting for Lumotia" [dependencies] lumotia-core = { path = "../core" } lumotia-llm = { path = "../llm" } regex-lite = "0.1" tracing = "0.1"