# 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 = "eta-algorithms" version = "1.7.4" authors = ["erik9631@gmail.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Low overhead data structures focused on performance" readme = "README.MD" license-file = "license.txt" repository = "https://github.com/erik9631/eta-algorithms" [profile.test] debug = 2 [lib] name = "eta_algorithms" path = "src/lib.rs" [[bench]] name = "array" path = "benches/array.rs" harness = false [[bench]] name = "queue" path = "benches/queue.rs" harness = false [[bench]] name = "stack" path = "benches/stack.rs" harness = false [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"]