# 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-generator" version = "0.7.0" authors = ["warlock "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "DOS code pages build tool for `dos-cp`." documentation = "https://docs.rs/dos-cp-generator/" readme = "README.md" keywords = [ "codepage", "dos", "oem", "unicode", "encoding", ] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/A1-Triard/dos-cp" [lib] name = "dos_cp_generator" path = "src/lib.rs" [dependencies.dos-cp] version = "0.7.0" [dependencies.panicking] version = "0.5.0" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.quickcheck_macros] version = "1.0.0" [badges.maintenance] status = "actively-developed"