# 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 = "rblist" version = "0.1.0" authors = ["Lorby Bi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A block-based, non-circular double-linked list implementation for Rust." readme = "README.md" keywords = [ "linked-list", "rblist", "data-structures", ] categories = [ "data-structures", "algorithms", ] license = "Apache-2.0" repository = "https://github.com/pecktalk/pex/tree/main/rblist" [lib] name = "rblist" path = "src/lib.rs" [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies.anyhow] version = "1.0.44" [dependencies.log] version = "0" [dependencies.strum] version = "0" [dependencies.strum_macros] version = "0" [dependencies.thiserror] version = "1" [dev-dependencies.criterion] version = "0" [dev-dependencies.env_logger] version = "0" [dev-dependencies.pretty_assertions] version = "1.2.0"