[package] name = "cistring" version = "0.2.0" authors = ["Afonso Bordado "] edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://gitlab.com/INdek/cistring" documentation = "https://docs.rs/cistring" homepage = "https://gitlab.com/INdek/cistring" description = """ A string type that preserve case, but compares insensitiveley. """ categories = ["data-structures", "text-processing"] [features] default = [] [dependencies] serde = { version = "^1", features = ["derive"], optional = true } [dev-dependencies] proptest = "^1.5"