b0x 0.7.1

A simple CLI tool to display information about the provided input (integers, IP addresses, strings).
Documentation
[[bin]]
name = "b0x"
path = "src/bin/main.rs"
[dependencies.clap]
version = "~2.32.0"

[dependencies.colored]
version = "~1.6.1"

[dependencies.english-numbers]
version = "~0.3.3"

[dependencies.primal]
version = "~0.2.3"

[dependencies.termion]
version = "1.5.1"

[dependencies.unicode-segmentation]
version = "~1.2.1"

[package]
authors = ["Artem Varaksa <aymfst@gmail.com>"]
categories = ["command-line-utilities", "science", "encoding"]
description = "A simple CLI tool to display information about the provided input (integers, IP addresses, strings)."
edition = "2018"
exclude = ["img/*"]
homepage = "https://github.com/u32i64/b0x#readme"
keywords = ["ip", "hex", "binary", "cli", "tool"]
license = "MIT"
name = "b0x"
readme = "README.md"
repository = "https://github.com/u32i64/b0x"
version = "0.7.1"