[package]
edition = "2024"
name = "posix_string"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Intelligent conversion from Unicode to POSIX portable strings"
readme = "README.md"
keywords = [
"portability",
"utility",
]
categories = ["encoding"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/user-simon/posix_string"
[lib]
name = "posix_string"
path = "src/lib.rs"
[dependencies.deunicode]
version = "1.6.2"