[[bin]]
name = "forb"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4"
[dependencies.colored]
version = "2"
[dependencies.formatorbit-core]
version = "0.2.0"
[dependencies.is-terminal]
version = "0.4"
[dependencies.serde_json]
version = "1"
[dependencies.unicode-width]
version = "0.2"
[package]
authors = ["David Everlof"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "encoding"]
description = "CLI tool that shows all possible interpretations of any data input"
edition = "2021"
homepage = "https://github.com/mjukis-ab/formatorbit"
keywords = ["converter", "hex", "base64", "cli", "encoding"]
license = "MIT"
name = "formatorbit-cli"
readme = false
repository = "https://github.com/mjukis-ab/formatorbit"
version = "0.2.0"