1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14name = "intrusive-collections" 15version = "0.9.3" 16authors = ["Amanieu d'Antras <amanieu@gmail.com>"] 17description = "Intrusive collections for Rust (linked list and red-black tree)" 18documentation = "https://docs.rs/intrusive-collections" 19readme = "README.md" 20keywords = ["intrusive", "no_std", "list", "rbtree"] 21categories = ["data-structures", "no-std"] 22license = "Apache-2.0/MIT" 23repository = "https://github.com/Amanieu/intrusive-rs" 24[dependencies.memoffset] 25version = "0.5.4" 26[dev-dependencies.rand] 27version = "0.8.4" 28 29[dev-dependencies.rand_xorshift] 30version = "0.3.0" 31 32[dev-dependencies.typed-arena] 33version = "2.0.1" 34 35[features] 36alloc = [] 37default = ["alloc"] 38nightly = [] 39