[build-dependencies.phf_codegen]
version = "0.11"
[build-dependencies.serde]
features = ["derive"]
version = "1.0"
[build-dependencies.serde_json]
version = "1.0"
[dependencies.phf]
default-features = false
version = "0.11"
[dev-dependencies.once_cell]
version = "1"
[features]
alloc = []
default = ["alloc"]
[package]
authors = ["Tatsunori Uchino <tats.u@live.jp>"]
categories = ["encoding"]
description = "Rust library that handles OEM code pages (e.g. CP{437,737,850}) for single byte character sets"
edition = "2021"
keywords = ["encoding", "charset"]
license = "MIT"
name = "oem_cp"
readme = "README.md"
repository = "https://github.com/tats-u/rust-oem-cp/"
version = "2.0.0"
[target."cfg(windows)".dev-dependencies.itertools]
version = "<2"
[target."cfg(windows)".dev-dependencies.winapi]
features = ["winnls", "stringapiset", "winerror", "errhandlingapi"]
version = "0.3.9"