miden-utils-indexing 0.20.5

Type-safe u32-indexed vector utilities for Miden
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"
rust-version = "1.90"
name = "miden-utils-indexing"
version = "0.20.5"
authors = ["Miden contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Type-safe u32-indexed vector utilities for Miden"
homepage = "https://miden.xyz"
readme = "README.md"
keywords = [
    "miden",
    "indexing",
    "type-safe",
]
categories = [
    "development-tools",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/0xMiden/miden-vm"

[features]
default = ["std"]
serde = ["dep:serde"]
std = []

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

[dependencies.serde]
version = "1.0"
features = [
    "alloc",
    "derive",
    "rc",
]
optional = true
default-features = false

[dependencies.thiserror]
version = "2.0"
default-features = false

[dev-dependencies]