# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "atlist-rs" version = "0.2.1" authors = ["owent "] description = "A LinkedList which is allowed to insert/remove element by immutable iterator.Adding, removing and moving the elements within the list or across several lists does not invalidate the iterators or references. An iterator is invalidated only when the corresponding element is deleted." homepage = "https://github.com/atframework/atlist-rs" documentation = "https://docs.rs/atlist-rs" keywords = ["collections", "list", "linkedlist"] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/atframework/libatbus-rs" [lib] bench = false harness = true [dependencies] [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_xorshift] version = "0.3"