# 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" rust-version = "1.82" name = "dos-cp" version = "0.7.0" authors = ["warlock "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "DOS code pages." documentation = "https://docs.rs/dos-cp/" readme = "README.md" keywords = [ "codepage", "dos", "oem", "unicode", "encoding", ] categories = [ "encoding", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/A1-Triard/dos-cp" [lib] name = "dos_cp" path = "src/lib.rs" [dependencies.document-features] version = "0.2.7" [dependencies.either] version = "1.8.0" default-features = false [dependencies.exit-no-std] version = "0.2.0" [dependencies.iter-identify_first_last] version = "0.2.0" optional = true default-features = false [dependencies.panicking] version = "0.5.0" default-features = false [dependencies.pc-ints] version = "0.3.1" optional = true [features] default = ["load"] load = [ "dep:pc-ints", "iter-identify_first_last", ] [badges.maintenance] status = "actively-developed"