[package] name = "enc-check" version = "0.1.0" edition = "2021" authors = ["cool-mist "] license = "GPL-3.0-only" description = "A tool to inspect character encodings" homepage = "https://github.com/cool-mist/enc" repository = "https://github.com/cool-mist/enc" keywords = ["encodings", "utf-8", "utf8", "unicode"] [dependencies] clap = { version = "4.4.6", features = ["derive"] } tabled = "0.14.0"