# 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 = "linked_list_r4l" version = "0.2.1" authors = [ "Wedson Almeida Filho ", "WeiKang Guo ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Linked lists that supports arbitrary removal in constant time" homepage = "https://github.com/arceos-org/arceos" documentation = "https://docs.rs/linked_list_r4l" readme = "README.md" keywords = ["list"] categories = [ "no-std", "rust-patterns", ] license = "GPL-2.0-or-later" repository = "https://github.com/arceos-org/linked_list_r4l" [lib] name = "linked_list_r4l" path = "src/lib.rs" [dependencies]