blob: ee82de2ccf74ffcad6b3bbe2928b5b2a25961840 [file] [log] [blame]
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[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"]