shannon-cli 0.5.0

Visualize Shannon entropy of files
Documentation
[[bin]]
name = "shannon"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.54"

[dependencies.num-traits]
version = "0.2"

[dependencies.textplots]
version = "0.8.7"

[lib]
name = "shannon"
path = "src/lib.rs"

[package]
authors = ["Ali Raheem <github@shoryuken.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Visualize Shannon entropy of files"
edition = "2024"
keywords = ["entropy", "analysis", "security"]
license = "MIT"
name = "shannon-cli"
readme = "README.md"
repository = "https://github.com/ali-raheem/shannon"
version = "0.5.0"