lawkit 2.4.2

Statistical law analysis CLI toolkit with international number support
Documentation
[[bin]]
name = "benf"
path = "src/bin/benf.rs"

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

[[bin]]
name = "pareto"
path = "src/bin/pareto.rs"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.clap]
features = ["derive", "cargo"]
version = "4.0"

[dependencies.is-terminal]
version = "0.4"

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

[dependencies.owo-colors]
version = "4.1"

[dependencies.pyo3]
features = ["extension-module"]
optional = true
version = "0.22"

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.pretty_assertions]
version = "1.0"

[dev-dependencies.tempfile]
version = "3.0"

[features]
default = []
python = ["pyo3"]

[lib]
crate-type = ["cdylib", "rlib"]
name = "lawkit_python"
path = "src/lib.rs"

[package]
authors = ["kako-jun"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "mathematics", "algorithms", "science"]
description = "Statistical law analysis CLI toolkit with international number support"
documentation = "https://docs.rs/lawkit-core"
edition = "2021"
exclude = ["test_manual/", "test_threshold.csv", ".github/", "international_numerals_research.md"]
homepage = "https://github.com/kako-jun/lawkit"
keywords = ["statistics", "benford", "pareto", "zipf", "audit"]
license = "MIT"
name = "lawkit"
readme = "README.md"
repository = "https://github.com/kako-jun/lawkit"
rust-version = "1.75"
version = "2.4.2"

[[test]]
name = "document_exact_examples"
path = "tests/document_exact_examples.rs"

[[test]]
name = "lawkit_subcommands"
path = "tests/lawkit_subcommands.rs"

[[test]]
name = "optimization_threshold_tests"
path = "tests/optimization_threshold_tests.rs"

[[test]]
name = "verbose_output_tests"
path = "tests/verbose_output_tests.rs"