1 | [package] |
2 | name = "ucs2" |
3 | version = "0.3.2" |
4 | authors = ["Gabriel Majeri <gabriel.majeri6@gmail.com>" , "Fredrik Aleksander" , "Isaac Woods" ] |
5 | description = "UCS-2 decoding and encoding functions" |
6 | repository = "https://github.com/GabrielMajeri/ucs2-rs" |
7 | readme = "README.md" |
8 | keywords = ["ucs2" , "no-std" , "encoding" ] |
9 | categories = ["encoding" , "no-std" ] |
10 | license = "MPL-2.0" |
11 | edition = "2018" |
12 | |
13 | [dependencies] |
14 | bit_field = "0.10" |
15 | |
16 | [badges] |
17 | is-it-maintained-issue-resolution = { repository = "https://github.com/GabrielMajeri/ucs2-rs" } |
18 | is-it-maintained-open-issues = { repository = "https://github.com/GabrielMajeri/ucs2-rs" } |
19 | |
20 | maintenance = { status = "passively-maintained" } |
21 | |