utf8proc-sys 0.1.2

Unsafe rust bindings to the utf8proc library
Documentation
[package]
name = "utf8proc-sys"
# I considered suffixing with the library version (+2.10.0),
# but decided against it.
version.workspace = true
description = "Unsafe rust bindings to the utf8proc library"
repository.workspace = true
edition.workspace = true
rust-version.workspace = true
license = "MIT AND Unicode-3.0" # same as utf8proc
links = "utf8proc"
readme.workspace = true
keywords.workspace = true
categories = [
    "internationalization",
    "text-processing",
    "api-bindings",
]

[lints]
workspace = true

[build-dependencies]
cc = "1"