formatorbit-cli 0.2.1

CLI tool that shows all possible interpretations of any data input
[[bin]]
name = "forb"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4"

[dependencies.colored]
version = "2"

[dependencies.formatorbit-core]
version = "0.2.1"

[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.1"

[package.metadata.binstall]
bin-dir = "forb{ binary-ext }"
pkg-fmt = "tgz"
pkg-url = "{ repo }/releases/download/v{ version }/forb-v{ version }-{ target }.{ archive-format }"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"

[package.metadata.deb]
assets = [["target/release/forb", "usr/bin/", "755"]]
extended-description = "A CLI tool that automatically detects and converts data between formats. Paste hex, base64, timestamps, UUIDs, IPs, colors, and more - forb shows all possible interpretations."
maintainer = "David Everlof"
priority = "optional"
section = "utils"