# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "case_insensitive_string" version = "0.2.6" authors = ["Jeff Mendez "] build = false include = [ "src/*", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A case insensitive string struct." readme = "README.md" keywords = [ "case-insensitive", "string", ] categories = [ "config", "data-structures", ] license = "MIT" repository = "https://github.com/spider-rs/case_insensitive_string" [lib] name = "case_insensitive_string" path = "src/lib.rs" [dependencies.compact_str] version = "0.8" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [features] compact = ["dep:compact_str"] serde = [ "dep:serde", "compact_str/serde", ]