focaccia 2.0.0

no_std implementation of Unicode case folding comparisons
Documentation
[dependencies]

[dev-dependencies.version-sync]
default-features = false
features = ["markdown_deps_updated", "html_root_url_updated"]
version = "0.9.3"

[lib]
name = "focaccia"
path = "src/lib.rs"

[package]
authors = ["Ryan Lopopolo <rjl@hyperbo.la>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["internationalization", "no-std", "no-std::no-alloc", "text-processing"]
description = "no_std implementation of Unicode case folding comparisons"
documentation = "https://docs.rs/focaccia"
edition = "2021"
homepage = "https://github.com/artichoke/focaccia"
include = ["/src/**/*", "/tests/**/*", "/CaseFolding.txt", "/LICENSE", "/LICENSE-UNICODE", "/README.md"]
keywords = ["case-folding", "case-insensitive", "case", "no_std", "unicode"]
license = "MIT AND Unicode-3.0"
name = "focaccia"
readme = "README.md"
repository = "https://github.com/artichoke/focaccia"
rust-version = "1.83.0"
version = "2.0.0"

[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
rustdoc-args = ["--cfg", "docsrs"]
targets = []

[[test]]
name = "version_numbers"
path = "tests/version_numbers.rs"