aboutsummaryrefslogtreecommitdiff
path: root/heck/Cargo.toml
blob: 93b64e8965aac76a2712c93188a4a470ae91e2b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
authors = ["Without Boats <woboats@gmail.com>"]
name = "heck"
version = "0.3.1"
license = "MIT OR Apache-2.0"
description = "heck is a case conversion library."
homepage = "https://github.com/withoutboats/heck"
repository = "https://github.com/withoutboats/heck"
documentation = "https://docs.rs/heck"
keywords = ["string", "case", "camel", "snake", "unicode"]
readme = "README.md"

[dependencies]
unicode-segmentation = "1.2.0"