blob: 49d1efd359ebf7b6325eb8e6da63340b93e0812c [file] [log] [blame]
Victor Hsieh8dc097a2020-12-15 13:56:43 -08001# 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
David LeGare11e2ac62022-03-02 16:21:09 +00006# to registry (e.g., crates.io) dependencies.
Victor Hsieh8dc097a2020-12-15 13:56:43 -08007#
David LeGare11e2ac62022-03-02 16:21:09 +00008# 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.
Victor Hsieh8dc097a2020-12-15 13:56:43 -080011
12[package]
13edition = "2018"
14name = "intrusive-collections"
David LeGare11e2ac62022-03-02 16:21:09 +000015version = "0.9.3"
Victor Hsieh8dc097a2020-12-15 13:56:43 -080016authors = ["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]
Victor Hsieh34c140b2021-07-15 16:10:47 -070027version = "0.8.4"
Victor Hsieh8dc097a2020-12-15 13:56:43 -080028
29[dev-dependencies.rand_xorshift]
Victor Hsieh34c140b2021-07-15 16:10:47 -070030version = "0.3.0"
Victor Hsieh8dc097a2020-12-15 13:56:43 -080031
32[dev-dependencies.typed-arena]
33version = "2.0.1"
34
35[features]
36alloc = []
37default = ["alloc"]
38nightly = []