[package]
edition = "2018"
rust-version = "1.54.0"
name = "compile_time_sort"
version = "1.2.2"
build = false
exclude = [
"CHANGELOG.md",
".github/",
"tests/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sort arrays and slices of primitives in const contexts."
documentation = "https://docs.rs/compile_time_sort/"
readme = "README.md"
keywords = [
"const",
"sort",
"const-sort",
"sorting",
]
categories = [
"algorithms",
"no-std",
"no-std::no-alloc",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/JSorngard/compile_time_sort"
[lib]
name = "compile_time_sort"
path = "src/lib.rs"
[dependencies.paste]
version = "1.0.15"
[dependencies.rustversion]
version = "1.0.22"
[dev-dependencies.quickcheck]
version = "1.0"
default-features = false
[dev-dependencies.rand]
version = "0.8.5"
features = ["small_rng"]
default-features = false