[package] name = "split-identifier" description = "Rust package that provides functions to split programmatic identifiers according to case conventions." version = "0.1.0" authors = ["Simon Johnston <johnstonskj@gmail.com>"] repository = "https://github.com/johnstonskj/rust-split-identifier.git" license = "Apache-2.0" readme = "README.md" edition = "2021" publish = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] all-features = true rustdoc-args = ["--html-in-header", "doc-src/header.html"] [dependencies] unicode-segmentation = "1.12.0"