# 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 = "dlv-list" version = "0.5.2" authors = ["Scott Godwin "] description = "Semi-doubly linked list implemented using a vector" readme = "README.md" keywords = [ "vector", "linked", "list", ] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/sgodwincs/dlv-list-rs" [dependencies.const-random] version = "0.1.15" [dependencies.serde] version = "1" optional = true default-features = false [dev-dependencies.coverage-helper] version = "0.2.0" [dev-dependencies.serde_test] version = "1.0.144" [features] default = ["std"] std = []