# 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 = "orx-selfref-col" version = "2.1.0" authors = ["orxfun "] build = 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" 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 = "singly_linked_list" path = "tests/singly_linked_list.rs" [dependencies.orx-fixed-vec] version = "3.9" [dependencies.orx-pinned-vec] version = "3.9" [dependencies.orx-pseudo-default] version = "1.4" default-features = false [dependencies.orx-split-vec] version = "3.9" [dev-dependencies.test-case] version = "3.3.1"