# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "oem_cp" version = "2.0.0" authors = ["Tatsunori Uchino "] description = "Rust library that handles OEM code pages (e.g. CP{437,737,850}) for single byte character sets" readme = "README.md" keywords = [ "encoding", "charset", ] categories = ["encoding"] license = "MIT" repository = "https://github.com/tats-u/rust-oem-cp/" [dependencies.phf] version = "0.11" default-features = false [dev-dependencies.once_cell] version = "1" [build-dependencies.phf_codegen] version = "0.11" [build-dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.serde_json] version = "1.0" [features] alloc = [] default = ["alloc"] [target."cfg(windows)".dev-dependencies.itertools] version = "<2" [target."cfg(windows)".dev-dependencies.winapi] version = "0.3.9" features = [ "winnls", "stringapiset", "winerror", "errhandlingapi", ]