unicase 1.4.2

A case-insensitive wrapper around strings.
Documentation
[package]

name = "unicase"
version = "1.4.2"
authors = ["Sean McArthur <sean.monstar@gmail.com>"]
description = "A case-insensitive wrapper around strings."
repository = "https://github.com/seanmonstar/unicase"
license = "MIT"
keywords = ["lowercase", "case", "case-insensitive"]

build = "build.rs"

[build-dependencies]
version_check = "0.1"

[dependencies.heapsize]
version = ">=0.2.0, <0.4"
optional = true

[dependencies.heapsize_plugin]
version = "0.1.2"
optional = true

[features]
heap_size = ["heapsize", "heapsize_plugin"]