bcsort 0.1.4

A fast, statistical, in-place ternary distribution sort.
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 = "bcsort"
version = "0.1.4"
authors = ["Hédi Ben Chiboub"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, statistical, in-place ternary distribution sort."
readme = "README.md"
keywords = [
    "sort",
    "parallel",
    "distribution-sort",
    "simd",
]
categories = [
    "algorithms",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/yourusername/bcsort"

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

[dependencies.rayon]
version = "1.8"

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1