# 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 = "skiplist" version = "0.5.1" authors = ["JP-Ellis "] description = "Skiplist implementation in rust, providing fast insertion and removal. A normal skiplist is implemented, as well as an ordered skiplist and a skipmap." homepage = "https://www.jpellis.me/projects/rust-skiplist/" documentation = "https://docs.rs/skiplist" readme = "README.md" keywords = [ "collection", "skiplist", "sorted", ] license = "MIT" repository = "https://www.github.com/JP-Ellis/rust-skiplist/" [[bench]] name = "main" harness = false [dependencies.rand] version = "0.8" features = ["small_rng"] [dev-dependencies.criterion] version = "0.3" [badges.codecov] branch = "master" repository = "JP-Ellis/rust-skiplist" service = "github"