1[package]
2name = "heck"
3version = "0.5.0"
4edition = "2021"
5rust-version = "1.56"
6license = "MIT OR Apache-2.0"
7description = "heck is a case conversion library."
8repository = "https://github.com/withoutboats/heck"
9keywords = ["string", "case", "camel", "snake", "unicode"]
10categories = ["no-std"]
11include = ["src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]
12