[package] name = "truncate-on-white-space" version = "0.1.0" authors = ["Todd Kennedy "] edition = "2018" license = "Apache-2.0" description = "Unicode-safely truncate a &str at the closest whitespace to a specified length" homepage = "https://github.com/toddself/truncate-white-space" readme = "README.md" repository = "https://github.com/toddself/truncate-white-space" keywords = ["strings", "truncate", "whitespace"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]