[package]
edition = "2021"
name = "maph"
version = "0.8.1"
description = "Maths package for use with personal stuff, but like, you can totally use it! If you want! There's even some light documentation now!"
readme = "README.md"
license = "MIT"
repository = "https://github.com/delphine-birch/maph"
[profile.release-with-debug]
debug = true
inherits = "release"
[[bench]]
name = "rationals"
harness = false
[dependencies.bimap]
version = "0.6.2"
[dependencies.bytemuck]
version = "1.13"
features = ["derive"]
[dev-dependencies.criterion]
version = "0.4"