[[bench]]
harness = false
name = "bench"
[dependencies]
[dev-dependencies.criterion]
version = "0.4"
[dev-dependencies.rand]
version = "0.8.5"
[lib]
bench = false
[package]
authors = ["François-Xavier Bourlet <bombela@gmail.com>"]
description = "A Cumulative Frequency Table implemented with a Binary Indexed Tree"
documentation = "https://docs.rs/cumulfreqtable"
edition = "2021"
keywords = ["cumulative", "frequency", "table", "binary", "tree"]
license = "MIT"
name = "cumulfreqtable"
readme = "README.md"
repository = "https://github.com/bombela/cumulfreqtable"
version = "0.1.2"