1[package]
2
3name = "unicase"
4version = "2.6.0" # don't forget to update html_root_url
5authors = ["Sean McArthur <sean@seanmonstar.com>"]
6description = "A case-insensitive wrapper around strings."
7repository = "https://github.com/seanmonstar/unicase"
8documentation = "https://docs.rs/unicase"
9license = "MIT/Apache-2.0"
10readme = "README.md"
11keywords = ["lowercase", "case", "case-insensitive", "case-folding", "no_std"]
12categories = ["internationalization", "text-processing", "no-std"]
13
14exclude = [
15    "scripts/*"
16]
17
18build = "build.rs"
19
20[build-dependencies]
21version_check = "0.9"
22
23[features]
24nightly = []
25