benf 2.6.1

Benford's Law analysis CLI - convenience wrapper for lawkit benf
# 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 = "2021"
name = "benf"
version = "2.6.1"
authors = ["kako-jun <3541096+kako-jun@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Benford's Law analysis CLI - convenience wrapper for lawkit benf"
homepage = "https://github.com/kako-jun/lawkit"
documentation = "https://docs.rs/benf"
readme = "README.md"
keywords = [
    "benford",
    "statistics",
    "fraud-detection",
    "analysis",
    "cli",
]
categories = [
    "command-line-utilities",
    "science",
]
license = "MIT"
repository = "https://github.com/kako-jun/lawkit"

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

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

[dependencies.lawkit-core]
version = "2.6.1"

[dependencies.serde_json]
version = "1.0"