hex_fmt/Cargo.toml

12 lines
419 B
TOML
Raw Permalink Normal View History

2018-10-11 05:23:53 -07:00
[package]
name = "hex_fmt"
description = "Formatting and shortening byte slices as hexadecimal strings"
2018-12-20 05:40:45 -08:00
version = "0.3.0"
2018-10-11 05:23:53 -07:00
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"]
2018-12-20 05:40:45 -08:00
categories = ["value-formatting", "development-tools::debugging", "no-std"]
2018-12-13 03:31:50 -08:00
edition = "2018"