[package] name = "safeminsort" version = "1.1.1" authors = ["Srinivasa "] edition = "2018" license = "MIT" description = "A minimal implementation of quicksort without using any unsafe code" repository = "https://github.com/Srinivasa314/safeminsort" [dev-dependencies] rand = "0.7.3"