idna-cli 0.3.6

Encode/decode Unicode domain names to/from IDNA ASCII
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "idna-cli"
version = "0.3.6"
edition = "2024"
description = "Encode/decode Unicode domain names to/from IDNA ASCII"
license = "MIT"
repository = "https://github.com/qtfkwk/idna-cli"

[dependencies]
clap = { version = "4.6.1", features = ["derive", "wrap_help"] }
clap-cargo = "0.18.3"
idna = "1.1.0"
indexmap = { version = "2.14.0", features = ["serde"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"