# 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 = "fenwick" version = "2.0.1" authors = ["summivox "] description = "Fenwick tree: data structure that efficiently calculates prefix sums in a changing array of numbers." readme = "README.md" keywords = [ "binary", "tree", "array", "prefix", "sum", ] categories = [ "algorithms", "data-structures", "science", "no-std", ] license = "MIT" repository = "https://github.com/summivox/fenwick.rs" resolver = "2" [dependencies] [dev-dependencies.itertools] version = "0.10.4" [dev-dependencies.rand] version = "0.8.5"