# 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 = "skippy-rs" version = "0.0.0-alpha.4" authors = ["Emil Hofstetter "] description = "A set of lock free, thread safe, and fast data structures implemented via a Skip List" keywords = [ "skiplist", "lock-free", "mutli-threading", "concurrency", ] license-file = "LICENSE.txt" repository = "https://github.com/emilhof/skippy" [dependencies.haphazard] version = "0.1" [dependencies.rand] version = "0.8.5" [dev-dependencies.crossbeam-skiplist] version = "0.1"