i-dunno 0.6.0

RFC 8771 Internationalized Deliberately Unreadable Network Notation
Documentation
[package]
name = "i-dunno"
version = "0.6.0"
authors = ["Andy Balaam <andybalaam@artificialworlds.net>"]
edition = "2018"
description = """\
    RFC 8771 Internationalized Deliberately Unreadable Network Notation"""
readme = "README.md"
license = "MIT"
keywords = ["rfc-8771"]
categories = [
    "command-line-utilities",
    "encoding",
    "network-programming",
    "parser-implementations",
    "value-formatting",
]
repository = "https://gitlab.com/andybalaam/rust-i-dunno"
homepage =  "https://gitlab.com/andybalaam/rust-i-dunno"

[dependencies]
clap = "~2.33.3"
rand = "0.8"
unic-emoji-char = "0.9"
unic-ucd = "0.9"
unic-ucd-bidi = "0.9"
unicode-script = "0.5"

[dev-dependencies]
json = "0.12"
hex = "0.4.3"