nexus_sort_core 1.0.1

A cognitive, multi-strategy sorting framework designed for high performance.
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 = "2021"
name = "nexus_sort_core"
version = "1.0.1"
authors = ["Esrbwt <esrbwt20@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A cognitive, multi-strategy sorting framework designed for high performance."
readme = "README.md"
keywords = [
    "sort",
    "algorithm",
    "performance",
    "radix",
    "introsort",
]
categories = [
    "algorithms",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/Esrbwt1/nexus-sort.git"

[lib]
name = "nexus_sort_core"
path = "src/lib.rs"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[[bench]]
name = "nexus_benchmark"
path = "benches/nexus_benchmark.rs"
harness = false

[dependencies.num-traits]
version = "0.2.18"

[dev-dependencies.criterion]
version = "0.5.1"
features = ["html_reports"]

[dev-dependencies.rand]
version = "0.8.5"