]> git.proxmox.com Git - rustc.git/blob - src/vendor/futf/Cargo.toml
New upstream version 1.27.1+dfsg1
[rustc.git] / src / vendor / futf / Cargo.toml
1 [package]
2
3 name = "futf"
4 version = "0.1.3"
5 authors = ["Keegan McAllister <kmcallister@mozilla.com>"]
6 license = "MIT / Apache-2.0"
7 repository = "https://github.com/servo/futf"
8 description = "Handling fragments of UTF-8"
9
10 [dependencies]
11 mac = "0.1.0"
12 debug_unreachable = "0.1.1"