[dependencies.compact_str]
optional = true
version = "0.7.1"
[dependencies.serde]
features = ["derive"]
optional = true
version = "^1.0.193"
[features]
compact = ["dep:compact_str"]
serde = ["dep:serde"]
[package]
authors = ["Jeff Mendez <jeff@a11ywatch.com>"]
categories = ["config", "data-structures"]
description = "A case insensitive string struct."
edition = "2021"
include = ["src/*", "LICENSE", "README.md"]
keywords = ["case-insensitive", "string"]
license = "MIT"
name = "case_insensitive_string"
readme = "README.md"
repository = "https://github.com/a11ywatch/case_insensitive_string"
version = "0.2.3"