[package]
edition = "2021"
name = "ct_ratio"
version = "1.2.0"
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compile-time rational arithmetic for use in generics"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/ChrysoliteAzalea/ct_ratio"
[lib]
name = "ct_ratio"
path = "src/lib.rs"
[[test]]
name = "check_cmp"
path = "test/cmp.rs"
[[test]]
name = "check_op"
path = "test/op.rs"
[[test]]
name = "check_reduction"
path = "test/reduction.rs"
[dependencies]