1 2 3 4 5 6 7 8 9 10 11
[package] name = "text_unit" version = "0.1.8" authors = ["Aleksey Kladov <[email protected]>"] description = "Newtypes for text offsets" license = "MIT OR Apache-2.0" repository = "https://github.com/matklad/text_unit" documentation = "https://docs.rs/text_unit" [dependencies] serde = { version = "1", optional = true }