[package] name = "ndsort-rs" version = "0.1.16" edition = "2021" license = "MIT" authors = ["Nicola "] description = "Sorting Algorithms implemented in Rust" keywords = ["sort"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.5"