[package]
name = "unicase"
version = "1.4.2"
authors = ["Sean McArthur <sean.monstar@gmail.com>"]
build = "build.rs"
description = "A case-insensitive wrapper around strings."
keywords = ["lowercase", "case", "case-insensitive"]
license = "MIT"
repository = "https://github.com/seanmonstar/unicase"
[dependencies.heapsize]
version = ">=0.2.0, <0.4"
optional = true
[dependencies.heapsize_plugin]
version = "0.1.2"
optional = true
[build-dependencies.version_check]
version = "0.1"
[features]
heap_size = ["heapsize", "heapsize_plugin"]