[[bench]]
harness = false
name = "benchmarks"
path = "benches/benchmarks.rs"
[[bin]]
name = "powerlaw"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.51"
[dependencies.csv]
version = "1.3.1"
[dependencies.rand]
version = "0.9.2"
[dependencies.rayon]
version = "1.11.0"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"
[lib]
name = "powerlaw"
path = "src/lib.rs"
[package]
authors = ["Adam Ulichny <aulichny@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "finance", "science"]
description = "A Rust library and command-line tool for analyzing power-law distributions in empirical data."
edition = "2021"
exclude = ["*.gif"]
homepage = "https://github.com/aulichny3/powerlaw"
license = "MIT OR Apache-2.0"
name = "powerlaw"
readme = "README.md"
repository = "https://github.com/aulichny3/powerlaw.git"
version = "0.0.21"
[[test]]
name = "tail_consistency_test"
path = "tests/tail_consistency_test.rs"