inc_dec 0.2.0

Incrementation and decrementation 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"
name = "inc_dec"
version = "0.2.0"
authors = ["Paul Saunders"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Incrementation and decrementation in Rust."
homepage = "https://coruscateor.com/projects/inc-dec"
readme = "README.md"
keywords = [
    "increment",
    "decrement",
    "integer",
    "extension",
    "method",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/coruscateor/inc_dec"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
num = []

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

[dependencies]