indexical 0.10.4

Utilities for indexed collections
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 = "2024"
name = "indexical"
version = "0.10.4"
authors = ["Will Crichton <crichton.will@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utilities for indexed collections"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/willcrichton/indexical"

[package.metadata.rust-analyzer]
rustc_private = true

[features]
bitvec = ["dep:bitvec"]
default = ["bitvec"]
roaring = ["dep:roaring"]
roaring-simd = [
    "roaring",
    "roaring/simd",
]
rustc = []
serde = [
    "dep:serde",
    "index_vec/serde",
]
simd = []

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

[dependencies.bitvec]
version = "1.0.1"
optional = true

[dependencies.index_vec]
version = "0.1.3"

[dependencies.roaring]
version = "0.11.2"
optional = true

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.serde]
version = "1"
features = [
    "rc",
    "derive",
]
optional = true