# 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.2.0" authors = ["Rossano Venturini "] build = 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" [profile.release] lto = true debug = 2 [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.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" [features] default = ["prefetch"] prefetch = []