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