[package]
name = "xyzvec"
version = "0.1.13"
edition = "2021"
repository = "https://github.com/schism-pl/xyzvec"
homepage = "https://github.com/schism-pl/xyzvec"
license = "MIT"
readme = "README.md"
description = "Statically allocated fixed-size vectors for working in 2 and 3 dimensions"
[features]
cordic = ["dep:cordic"]
[dependencies]
cordic = { version = "0.1.5", optional = true }
fmt = "0.1.0"
fixed = "1.25.1"
serde = { version = "1.0", optional = true, features = ["derive"] }
[dev-dependencies]
approx = "0.5.1"