2021-12-24 08:22:11 +01:00
|
|
|
[package]
|
|
|
|
authors = ["Andrei Volnin <wolandr@gmail.com>", "The Nu Project Contributors"]
|
|
|
|
description = "Pretty hex dump of bytes slice in the common style."
|
2022-01-20 14:13:45 +01:00
|
|
|
edition = "2021"
|
2021-12-24 08:22:11 +01:00
|
|
|
license = "MIT"
|
|
|
|
name = "nu-pretty-hex"
|
|
|
|
version = "0.41.0"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
name = "nu_pretty_hex"
|
|
|
|
path = "src/lib.rs"
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "nu_pretty_hex"
|
|
|
|
path = "src/main.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2022-01-02 23:36:32 +01:00
|
|
|
nu-ansi-term = "0.42.0"
|
2021-12-24 08:22:11 +01:00
|
|
|
rand = "0.8.3"
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
heapless = { version = "0.7.8", default-features = false }
|
|
|
|
|
|
|
|
# [features]
|
|
|
|
# default = ["alloc"]
|
|
|
|
# alloc = []
|