# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "i-dunno" version = "1.0.0" authors = ["Andy Balaam "] description = "RFC 8771 Internationalized Deliberately Unreadable Network Notation" homepage = "https://gitlab.com/andybalaam/rust-i-dunno" readme = "README.md" keywords = ["rfc-8771"] categories = ["command-line-utilities", "encoding", "network-programming", "parser-implementations", "value-formatting"] license = "MIT" repository = "https://gitlab.com/andybalaam/rust-i-dunno" [dependencies.clap] version = "~2.33.3" [dependencies.rand] version = "0.8" [dependencies.unic-emoji-char] version = "0.9" [dependencies.unic-ucd] version = "0.9" [dependencies.unic-ucd-bidi] version = "0.9" [dependencies.unicode-script] version = "0.5" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.json] version = "0.12"