intrex 0.1.1

Intrusive doubly-linked lists with items addressed by indices
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 = "intrex"
version = "0.1.1"
build = false
exclude = [
    "/.woodpecker.yml",
    "/.gitignore",
    "/rust-toolchain.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Intrusive doubly-linked lists with items addressed by indices"
readme = "README.md"
keywords = [
    "intrusive",
    "linked-list",
    "performance",
]
categories = [
    "no-std::no-alloc",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/yvt/intrex-rs"

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

[dependencies.arrayvec]
version = "0.7.6"
default-features = false

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

[dev-dependencies.derive_more]
version = "2.1.1"
features = [
    "from",
    "into",
]

[dev-dependencies.proptest]
version = "1.10.0"
features = ["attr-macro"]

[dev-dependencies.try_match]
version = "0.4.2"

[dev-dependencies.typed-index-collections]
version = "3.5.0"