[package] name = "i-dunno" version = "1.0.0" authors = ["Andy Balaam "] 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"