entropy 0.4.3

Calculates the Shannon entropy of arrays of bytes and strings
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 = "2018"
name = "entropy"
version = "0.4.3"
authors = ["Mack Stump <mack@mackstump.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Calculates the Shannon entropy of arrays of bytes and strings"
homepage = "https://github.com/smackysnacks/entropy"
documentation = "https://docs.rs/entropy/"
readme = "README.md"
keywords = [
    "entropy",
    "shannon",
    "information-theory",
    "randomness",
    "compression",
]
categories = ["algorithms"]
license = "MIT"
repository = "https://github.com/smackysnacks/entropy"

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

[[bench]]
name = "shannon"
path = "benches/shannon.rs"
harness = false

[dependencies]

[dev-dependencies.criterion]
version = "0.8.1"