# 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 = "indexical" version = "0.6.1" authors = ["Will Crichton "] description = "Utilities for indexed collections" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/willcrichton/indexical" [package.metadata.docs.rs] features = [ "roaring", "simd", ] rustdoc-args = [ "--cfg", "docsrs", ] [package.metadata.rust-analyzer] rustc_private = true [dependencies.ahash] version = "0.8.6" [dependencies.bitvec] version = "1.0.1" optional = true [dependencies.index_vec] version = "0.1.3" [dependencies.roaring] version = "0.10.2" optional = true [dependencies.splitmut] version = "0.2.1" [dependencies.take_mut] version = "0.2.2" optional = true [features] bitvec = [ "dep:bitvec", "dep:take_mut", ] default = ["bitvec"] roaring = ["dep:roaring"] roaring-simd = [ "roaring", "roaring/simd", ] rustc = [] simd = []