• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[package]
2authors = ["Without Boats <woboats@gmail.com>"]
3name = "heck"
4version = "0.3.3"
5edition = "2018"
6license = "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"
13include = ["src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]
14
15[dependencies]
16unicode-segmentation = "1.2.0"
17