ph-curves 0.1.1

no-std, no-alloc curve lookup tables and tickless scheduling for embedded 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.92.0"
name = "ph-curves"
version = "0.1.1"
authors = ["Steven Giacomelli <steve@giacomelli.ca>"]
build = false
exclude = [
    ".github/",
    ".gitattributes",
    ".gitignore",
    "clippy.toml",
    "rust-toolchain.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "no-std, no-alloc curve lookup tables and tickless scheduling for embedded Rust"
documentation = "https://docs.rs/ph-curves"
readme = "README.md"
keywords = [
    "no-std",
    "embedded",
    "curves",
    "lut",
    "easing",
]
categories = [
    "no-std",
    "embedded",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/photon-circus/ph-curves"

[features]
gen = [
    "dep:serde",
    "dep:toml",
    "dep:clap",
]

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

[[bin]]
name = "ph-curves-gen"
path = "src/bin/gen/main.rs"
required-features = ["gen"]

[dependencies.clap]
version = "4"
features = ["derive"]
optional = true

[dependencies.fixed]
version = "1"
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.toml]
version = "0.8"
optional = true