deki_core 0.2.0

A collection of crates, functions and renames tailored to myself!
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 = "deki_core"
version = "0.2.0"
authors = ["Dekirisu <dekirisu@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A collection of crates, functions and renames tailored to myself!"
documentation = "https://docs.rs/deki_core"
readme = "README.md"
keywords = [
    "utility",
    "helpers",
    "math",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dekirisu/deki-rs/"

[features]
approx = []
default = [
    "random",
    "approx",
    "lerp",
    "derive_more",
]
derive_more = ["dep:derive_more"]
lerp = []
random = ["dep:fastrand"]

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

[dependencies.buns]
version = "0.1"

[dependencies.deki_macros]
version = "0.2.0"

[dependencies.derive-new]
version = "0.7.0"

[dependencies.derive_more]
version = "1.0.0"
features = ["full"]
optional = true

[dependencies.extension-traits]
version = "2.0.0"

[dependencies.fastrand]
version = "2.2.0"
optional = true

[dependencies.maflow]
version = "0.1"

[dependencies.paste]
version = "1.0"

[dependencies.type_cell]
version = "0.3"