| # 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.56" |
| name = "ucs2" |
| version = "0.3.3" |
| authors = [ |
| "Gabriel Majeri <[email protected]>", |
| "Fredrik Aleksander", |
| "Isaac Woods", |
| ] |
| description = "UCS-2 decoding and encoding functions" |
| readme = "README.md" |
| keywords = [ |
| "ucs2", |
| "no-std", |
| "encoding", |
| ] |
| categories = [ |
| "encoding", |
| "no-std", |
| ] |
| license = "MPL-2.0" |
| repository = "https://github.com/rust-osdev/ucs2-rs" |
| |
| [dependencies.bit_field] |
| version = "0.10" |
| |
| [badges.maintenance] |
| status = "passively-maintained" |