# 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 = "2018" name = "elias_fano_rust" version = "0.1.1" authors = ["Fontana Tommaso "] description = "An optimized implementation of Sebastiano Vigna's Elis-Fano quasi succint datastructure." license = "MIT" [profile.release] opt-level = 3 lto = "fat" debug = true debug-assertions = true overflow-checks = true [profile.test] opt-level = 3 debug = true debug-assertions = true overflow-checks = true [dependencies.arbitrary] version = "0.4.5" features = ["derive"] optional = true [dependencies.fid] version = "0.1.7" optional = true [dependencies.rayon] version = "1.1" [dev-dependencies.bio] version = "0.32.0" [dev-dependencies.bv] version = "0.11.1" [dev-dependencies.fid] version = "0.1.7" [dev-dependencies.indexed_bitvec] version = "4.0.1" [dev-dependencies.rand] version = "0.7" features = ["small_rng"] [dev-dependencies.rsdict] version = "0.0.4" features = ["simd"] [dev-dependencies.succinct] version = "0.5.2" [features] default = [] fuzz = ["arbitrary", "fid"] unsafe = []