b0x 0.5.0

A simple CLI tool to display information about the provided input (integers or strings).
Documentation
# 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]
name = "b0x"
version = "0.5.0"
authors = ["Artem Varaksa <aymfst@gmail.com>"]
exclude = ["img/*"]
description = "A simple CLI tool to display information about the provided input (integers or strings)."
homepage = "https://github.com/u32i64/b0x#readme"
readme = "README.md"
keywords = ["bin", "hex", "binary", "cli", "tool"]
categories = ["command-line-utilities", "science"]
license = "MIT"
repository = "https://github.com/u32i64/b0x"

[[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.unicode-segmentation]
version = "~1.2.1"