# 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 = "smallobjectpool" version = "0.1.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A small object pool for Rust" homepage = "https://github.com/jmelo11/smallobjectpool" readme = "readme.md" license = "MIT" repository = "https://github.com/jmelo11/smallobjectpool" [profile.bench] debug = 2 [profile.release] debug = 2 [lib] name = "smallobjectpool" path = "src/lib.rs" [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies] [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"]