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