sorted-ifyer 0.6.1

determine if something is sorted!
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 = "sorted-ifyer"
version = "0.6.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "determine if something is sorted!"
readme = "README"
keywords = [
    "sorted",
    "is_sorted",
    "sorting",
    "sort",
    "ifyer",
]
categories = [
    "mathematics",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://app.radicle.xyz/nodes/seed.radicle.garden/rad:zY4D7LwXgE9EyYozFQXEJLrurMPH"

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

[dependencies]