[package] name = "magnotia-ai-formatting" version = "0.1.0" edition = "2021" description = "Text post-processing pipeline: filler removal, British English conversion, formatting for Magnotia" [dependencies] magnotia-core = { path = "../core" } magnotia-llm = { path = "../llm" } regex-lite = "0.1" tracing = "0.1"