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