generated from PlexSheep/rs-base
23 lines
602 B
TOML
23 lines
602 B
TOML
[package]
|
|
name = "numf"
|
|
version = "0.3.1"
|
|
edition = "2021"
|
|
publish = true
|
|
authors = ["Christoph J. Scherr <software@cscherr.de>"]
|
|
license = "MIT"
|
|
description = "Convert numbes between formats"
|
|
readme = "README.md"
|
|
homepage = "https://git.cscherr.de/PlexSheep/numf"
|
|
repository = "https://git.cscherr.de/PlexSheep/numf"
|
|
keywords = ["cli", "formatting"]
|
|
categories = ["command-line-utilities", "encoding"]
|
|
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.83"
|
|
clap = { version = "4.5.4", features = ["derive"] }
|
|
fast32 = "1.0.2"
|
|
libpt = { version = "0.5.1", features = ["bintols"], default-features = false }
|
|
num = "0.4.3"
|
|
|