blob: 80acd39bfc1029620df41452f9abc85e8320782f [file] [log] [blame]
Matthew Maurer6967d672020-06-02 11:15:06 -07001[package]
2authors = ["Without Boats <woboats@gmail.com>"]
3name = "heck"
Joel Galensond2b01c72021-06-21 13:12:55 -07004version = "0.3.3"
Haibo Huang79ec7f12020-12-22 18:16:03 -08005edition = "2018"
Matthew Maurer6967d672020-06-02 11:15:06 -07006license = "MIT OR Apache-2.0"
7description = "heck is a case conversion library."
8homepage = "https://github.com/withoutboats/heck"
9repository = "https://github.com/withoutboats/heck"
10documentation = "https://docs.rs/heck"
11keywords = ["string", "case", "camel", "snake", "unicode"]
12readme = "README.md"
Joel Galensond2b01c72021-06-21 13:12:55 -070013include = ["src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]
Matthew Maurer6967d672020-06-02 11:15:06 -070014
15[dependencies]
16unicode-segmentation = "1.2.0"