[package] name = "text_lines" version = "0.6.0" authors = ["David Sherret "] edition = "2018" license = "MIT" description = "Information about lines of text in a string." [features] serialization = ["serde"] [dependencies] serde = { version = "1", features = ["derive"], optional = true }