sort-const 1.0.1

Sort arrays and slices in const contexts.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "arrayvec-const"
version = "0.7.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b4561611ba270637bfa00e98dac763ab6c325dfce32771b2218516cb27941fe"
dependencies = [
 "const_panic",
]

[[package]]
name = "const_panic"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2459fc9262a1aa204eb4b5764ad4f189caec88aea9634389c0a25f8be7f6265e"
dependencies = [
 "typewit",
]

[[package]]
name = "sort-const"
version = "1.0.1"
dependencies = [
 "arrayvec-const",
]

[[package]]
name = "typewit"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb77c29baba9e4d3a6182d51fa75e3215c7fd1dab8f4ea9d107c716878e55fc0"
dependencies = [
 "typewit_proc_macros",
]

[[package]]
name = "typewit_proc_macros"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e36a83ea2b3c704935a01b4642946aadd445cea40b10935e3f8bd8052b8193d6"