# 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 = "2018" name = "oh-snap" version = "0.0.5" authors = [ "Matteo Monti ", "Manuel Vidigueira ", ] description = """ A thread-safe, owned, heap-allocated array which can be split and merged efficiently, i.e., without moves or memory (de-)allocations. """ readme = "README.md" keywords = [ "array", "split", "merge", "owned", "thread-safe", ] license-file = "LICENSE" repository = "https://github.com/distributed-epfl/oh-snap" [dependencies]