1[package]
2name = "pretty-hex"
3version = "0.4.1"
4authors = ["Andrei Volnin <wolandr@gmail.com>"]
5license = "MIT"
6description = "Pretty hex dump of bytes slice in the common style."
7readme = "README.md"
8homepage = "https://github.com/wolandr/pretty-hex"
9repository = "https://github.com/wolandr/pretty-hex"
10documentation = "https://docs.rs/pretty-hex"
11categories = ["development-tools::debugging", "no-std"]
12keywords = ["logging", "hex", "dump", "binary"]
13
14[dependencies]
15
16[dev-dependencies]
17heapless = "0.8"
18
19[features]
20default = ["alloc"]
21alloc = []
22