shannon-cli 0.2.0

Visualize Shannon entropy of files
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

[[bin]]
name = "shannon"
path = "src/main.rs"

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

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

[dependencies.textplots]
version = "0.8.7"