stalin-sort 1.0.2

An implementation of stalin sort in rust.
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 = "2024"
rust-version = "1.88.0"
name = "stalin-sort"
version = "1.0.2"
authors = ["skythedragon"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An implementation of stalin sort in rust."
readme = "README.md"
keywords = [
    "stalin",
    "sorting",
    "jokesort",
]
license = "GPL-3.0-or-later"
license-file = "LICENCE.txt"

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

[dependencies]