[package] name = "text-document" version = "0.0.5" edition = "2021" license = "MIT OR Apache-2.0" authors = ["Cyril Jacquet "] repository = "https://github.com/jacquetc/text-document" readme = "README.md" documentation = "https://docs.rs/text-document/" description = """ Text document structure and management. """ keywords = ["text", "document", "model","format"] categories = ["data-structures", "text-editors", "text-processing", "parsing"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0.31" array_tool = "1.0.3" [dependencies.uuid] version = "1.1.1" features = [ "v4", # Lets you generate random UUIDs "fast-rng", # Use a faster (but still sufficiently random) RNG "macro-diagnostics", # Enable better diagnostics for compile-time UUIDs ]