compile_time_sort 1.2.2

Sort arrays and slices of primitives in const contexts.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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