[package]
edition = "2024"
rust-version = "1.85"
name = "vedaksha-math"
version = "3.3.0"
authors = ["ArthIQ Labs LLC <info@arthiq.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Numeric primitives for Vedākṣha: Chebyshev polynomials, angle arithmetic, interpolation, rotation matrices"
homepage = "https://vedaksha.net"
readme = false
license = "BUSL-1.1"
license-file = "LICENSE"
repository = "https://github.com/arthiqlabs/vedaksha"
resolver = "2"
[features]
default = ["std"]
std = []
[lib]
name = "vedaksha_math"
path = "src/lib.rs"
[dependencies.libm]
version = "0.2"
[dev-dependencies]