[dependencies]
[[example]]
name = "is_utf8"
path = "examples/is_utf8.rs"
[[example]]
name = "run_subprocess"
path = "examples/run_subprocess.rs"
[lib]
name = "utf8_supported"
path = "src/lib.rs"
[package]
authors = ["Matthew Mastracci <matthew@mastracci.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Determine the UTF-8 support of the current locale."
edition = "2024"
license = "MIT/Apache-2.0"
name = "utf8-supported"
readme = "README.md"
repository = "https://github.com/mmastrac/utf8-supported"
version = "1.0.0"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_System_Console", "Win32_Globalization"]
version = "0.59.0"