[package] name = "const_sort_rs" version = "0.3.3" edition = "2021" license = "MIT OR Apache-2.0" authors = [ "raldone01 ", "onestacked ", ] description = "Sort slices in const items." homepage = "https://github.com/ink-feather-org/const_sort_rs" repository = "https://github.com/ink-feather-org/const_sort_rs" categories = ["no-std", "rust-patterns"] keywords = ["sort", "const", "nightly", "sort_internals"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] const_closure = "0.2.3" [dev-dependencies] rand = "0.8.5"