[package]
name = "posix_string"
version = "0.1.0"
edition = "2024"
license = "MIT OR Apache-2.0"
description = "Intelligent conversion from Unicode to POSIX portable strings"
keywords = ["portability", "utility"]
repository = "https://github.com/user-simon/posix_string"
categories = ["encoding"]
[dependencies]
deunicode = "1.6.2"