# 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 = "i_key_sort" version = "0.2.0" authors = ["Nail Sharipov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A fast sorting algorithm combining bin and counting sort. Optimized for scenarios where a primary key can be extracted to index elements into buckets." readme = "README.md" license = "MIT" repository = "https://github.com/iShape-Rust/iKeySort" [profile.release] opt-level = 3 lto = true codegen-units = 1 [lib] name = "i_key_sort" path = "src/lib.rs" [dev-dependencies.rand] version = "0.8.5" features = []