bubblesort-ifyer 1.0.0

Sorts stuff using Bubblesort!
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.85.1"
name = "bubblesort-ifyer"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sorts stuff using Bubblesort!"
readme = "README"
keywords = [
    "bublesort",
    "bubblesort",
    "sorting",
    "sort",
    "ifyer",
]
categories = [
    "mathematics",
    "algorithms",
]
license = "Apache-2.0"
repository = "https://app.radicle.xyz/nodes/seed.radicle.garden/rad:z2NaYjcvxr6Wsni5x4WQYHCrbHQqJ"

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

[[bin]]
name = "bubblesort-ifyer"
path = "src/main.rs"

[dependencies.sorted-ifyer]
version = "0.6.0"