qwt 0.3.4

Rust implementation of Quad Wavelet Tree
Documentation
# 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 = "qwt"
version = "0.3.4"
authors = ["Rossano Venturini <rossano.venturini@unipi.it>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust implementation of Quad Wavelet Tree"
readme = "README.md"
license = "MIT"
repository = "https://github.com/rossanoventurini/qwt"

[features]
default = ["prefetch"]
prefetch = []

[lib]
name = "qwt"
path = "src/lib.rs"

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

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

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

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

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

[dependencies.bincode]
version = "1.3.3"

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

[dependencies.generic-tests]
version = "0.1.2"

[dependencies.mem_dbg]
version = "0.3.4"

[dependencies.minimum_redundancy]
version = "0.3.1"

[dependencies.num-traits]
version = "0.2.15"

[dependencies.paste]
version = "1.0.9"

[dependencies.rand]
version = "0.8.5"

[dependencies.serde]
version = "1.0.148"
features = ["derive"]

[dependencies.serde-big-array]
version = "0.5.1"

[profile.release]
lto = true
debug = 2