orx-selfref-col 3.2.0

SelfRefCol is a core data structure to conveniently build safe and efficient self referential collections, such as linked lists and trees.
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.88"
name = "orx-selfref-col"
version = "3.2.0"
authors = ["orxfun <orx.ugur.arikan@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SelfRefCol is a core data structure to conveniently build safe and efficient self referential collections, such as linked lists and trees."
readme = "README.md"
keywords = [
    "self-referential",
    "list",
    "tree",
    "recursive",
    "pinned",
]
categories = [
    "data-structures",
    "rust-patterns",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/orxfun/orx-selfref-col/"

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

[[test]]
name = "doubly_linked_list"
path = "tests/doubly_linked_list.rs"

[[test]]
name = "nodeidx"
path = "tests/nodeidx.rs"

[[test]]
name = "singly_linked_list"
path = "tests/singly_linked_list.rs"

[dependencies.orx-fixed-vec]
version = "3.22.0"
default-features = false

[dependencies.orx-pinned-vec]
version = "3.21.0"
default-features = false

[dependencies.orx-pseudo-default]
version = "2.1.0"
default-features = false

[dependencies.orx-split-vec]
version = "3.22.0"
default-features = false

[dev-dependencies.orx-iterable]
version = "1.3.0"
default-features = false

[dev-dependencies.test-case]
version = "3.3.1"