[package] name = "count_sort" version = "0.3.0" authors = ["Alex Williams "] edition = "2018" description = "O(n) sorting library for large datasets with small range of possible values" homepage = "https://github.com/mkb2091/count-sort" repository = "https://github.com/mkb2091/count-sort" license = "MIT" keywords = ["sort", "sorting", "no_std"] categories = ["algorithms", "no-std"] readme = "README.md" [dependencies] [dev-dependencies] rand = "0.6" criterion = "0.2" dmsort = "1.0" quickcheck = "0.8" [[bench]] name = "benchmarks" harness = false