ct_ratio 1.2.0

Compile-time rational arithmetic for use in generics
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 = "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]