[package] name = "ironsort" version = "0.1.0" description = "Implementation of a fast in-place sorting algorithm" repository = "https://github.com/kyrias/ironsort" license = "ISC" readme = "README.rst" keywords = ["sort", "in-place", "algorithm", "quicksort"] authors = ["Johannes Löthberg "] [dev-dependencies] rand = "^0.3.14"