# 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] rust-version = "1.36" name = "codepage" version = "0.1.2" authors = ["Henri Sivonen "] description = "Mapping between Windows code page numbers and encoding_rs character encodings" homepage = "https://docs.rs/codepage/" documentation = "https://docs.rs/codepage/" readme = "README.md" keywords = [ "encoding", "codepage", "unicode", "windows", "win32", ] categories = [ "text-processing", "encoding", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/hsivonen/codepage" [dependencies.encoding_rs] version = "0.8.34" default-features = false [badges.maintenance] status = "passively-maintained"