# 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 = "cyclic_data_types" version = "0.2.3" description = "Cyclic data types are series of structs, enums, types and functions to create a series of fast data types." readme = "README.md" license = "MIT" repository = "https://github.com/HasinZaman/cyclic_data_structures" [[bench]] name = "list_benchmark" harness = false [dependencies] [dev-dependencies.arraydeque] version = "0.4" [dev-dependencies.arrayvec] version = "0.7.2" [dev-dependencies.circular-queue] version = "0.2.6" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.ring_queue] version = "0.2.0" [dev-dependencies.ringbuffer] version = "0.11.1" [dev-dependencies.smallvec] version = "1.10.0"