[]
= "changecase"
= "0.0.3"
= ["Andrei Vacariu <andrei@avacariu.me>"]
= "MIT"
= """
A trait and implementation for changing the case of Strings.
It currently supports uppercase, lowercase, alternating case, and inverting
case. Title case is in the works.
"""
= "LICENSE"
= "https://github.com/vlad003/rust-changecase"
= "https://github.com/vlad003/rust-changecase"
= ["uppercase", "lowercase", "titlecase"]