hex_fmt/Cargo.toml

13 lines
389 B
TOML

[package]
name = "hex_fmt"
description = "Formatting and shortening byte slices as hexadecimal strings"
version = "0.1.0"
license = "MIT/Apache-2.0"
authors = ["Andreas Fackler <AndreasFackler@gmx.de>"]
repository = "https://github.com/poanetwork/hex_fmt"
readme = "README.md"
keywords = ["format", "hex", "display", "debug"]
categories = ["value-formatting", "debugging"]
[dependencies]