| 1 | [package] |
|---|---|
| 2 | name = "ident_case" |
| 3 | version = "1.0.1" |
| 4 | authors = ["Ted Driggs <ted.driggs@outlook.com>"] |
| 5 | license = "MIT/Apache-2.0" |
| 6 | description = "Utility for applying case rules to Rust identifiers." |
| 7 | repository = "https://github.com/TedDriggs/ident_case" |
| 8 | documentation = "https://docs.rs/ident_case/1.0.1" |
| 9 | readme = "README.md" |
| 10 | |
| 11 | [badges] |
| 12 | travis-ci = { repository = "TedDriggs/ident_case"} |
