1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2021"
14rust-version = "1.56"
15name = "ucs2"
16version = "0.3.3"
17authors = [
18    "Gabriel Majeri <[email protected]>",
19    "Fredrik Aleksander",
20    "Isaac Woods",
21]
22description = "UCS-2 decoding and encoding functions"
23readme = "README.md"
24keywords = [
25    "ucs2",
26    "no-std",
27    "encoding",
28]
29categories = [
30    "encoding",
31    "no-std",
32]
33license = "MPL-2.0"
34repository = "https://github.com/rust-osdev/ucs2-rs"
35
36[dependencies.bit_field]
37version = "0.10"
38
39[badges.maintenance]
40status = "passively-maintained"
41