# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "split-identifier" version = "0.1.0" authors = ["Simon Johnston <johnstonskj@gmail.com>"] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Rust package that provides functions to split programmatic identifiers according to case conventions." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/johnstonskj/rust-split-identifier.git" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--html-in-header", "doc-src/header.html", ] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "split_identifier" path = "src/lib.rs" [dependencies.unicode-segmentation] version = "1.12.0"