# 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 = "shiftnanigans" version = "0.3.5" authors = ["Austin Heller"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This library contains different iteration data structures for either iterating or for shifting iteratively forward and backward." readme = "README.md" keywords = [ "iterator", "data-structures", "algorithm", ] categories = [ "algorithms", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/AustinHellerRepo/Shiftnanigans" [lib] name = "shiftnanigans" path = "src/lib.rs" [[example]] name = "jumpy" path = "examples/jumpy.rs" [[bench]] name = "main" path = "benches/main.rs" harness = false [dependencies.bitvec] version = "1.0.1" [dependencies.fastrand] version = "1.8.0" [dependencies.itertools] version = "0.10.5" [dependencies.log] version = "0.4.17" [dependencies.nohash-hasher] version = "0.2.0" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.pretty_env_logger] version = "0.4.0" [dev-dependencies.rstest] version = "0.16.0" [dev-dependencies.uuid] version = "1.2.2" features = ["v4"]