# 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 = "indexlist1" version = "0.1.2" authors = [ "Bijan Nazem ", "steveklabnik ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A doubly linked list, backed by a vector """ homepage = "https://github.com/bijanvan/indexlist" documentation = "https://docs.rs/indexlist1" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/bijanvan/indexlist" [lib] name = "indexlist" path = "src/lib.rs" [[bin]] name = "indexlistdemo" path = "src/bin.rs" [[bench]] name = "benchmarks" path = "benches/benchmarks.rs" harness = false [dependencies] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.5.5" [badges.appveyor] repository = "bijanvan/indexlist" [badges.travis-ci] repository = "bijanvan/indexlist"