utf8-norm/Cargo.toml

18 lines
584 B
TOML
Raw Normal View History

[package]
name = "utf8-norm"
2023-04-03 03:02:27 +00:00
version = "1.1.1"
authors = ["Leonora Tindall <nora@nora.codes>"]
edition = "2018"
license = "GPL-3.0-only"
description = "Command line tool to validate and normalize UTF-8 data"
readme = "README"
homepage = "https://nora.codes/projects/utf8-norm"
repository = "https://git.nora.codes/nora/utf-norm"
keywords = ["unicode", "normalize"]
2019-10-19 20:07:56 +00:00
categories = ["command-line-utilities", "internationalization", "localization", "text-processing"]
[dependencies]
2023-04-03 03:02:27 +00:00
lapp = { version = "0.4", git = "https://github.com/stevedonovan/lapp" }
unicode-normalization = "0.1"