[dependencies.clap]
features = ["derive"]
version = "4.4.10"
[dependencies.half]
optional = true
version = "2.3.1"
[dependencies.termcolor]
version = "1.4.0"
[features]
default = ["half"]
half = ["dep:half"]
[package]
authors = ["Markus Mayer <github@widemeadows.de>"]
categories = ["command-line-utilities", "development-tools"]
description = "Converts input into bits (with explanations, where applicable)"
edition = "2021"
homepage = "https://github.com/sunsided/bits"
keywords = ["bits", "bit-interpretation"]
license = "EUPL-1.2"
name = "bits-cli"
readme = "README.md"
repository = "https://github.com/sunsided/bits"
version = "0.1.0"